如何修复Chromium Portable中的跨源请求共享问题?

时间:2016-04-18 19:04:02

标签: javascript jquery get cors chromium-portable

我正在尝试修复Chromium Portable中的CORS问题。添加了

 --allow-file-access-from-files --disable-web-security 

适用于旧版本,但不适用于最新版本。将无法修改服务器端的任何内容,也无法使用jsonp

我在控制台中收到的错误是:

jquery.min.js:4 XMLHttpRequest cannot load https://website/heaarc/rest/HaAccess/hello. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'file://' is therefore not allowed access. The response had HTTP status code 401.

还有其他方法可以解决这个问题吗?

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

最后通过添加铬的更新标志来解决这个问题。

旗帜是:

-disable-web-security -user-data-dir

为了防止出现任何警告信息和弹出窗口,我使用了这个:

-test-type