ajax本地chrome支持跨域访问

XMLHttpRequest cannot load https://qdkfweb.cn/. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://top.qdkfweb.cn’ is therefore not allowed access.

这里设计到跨域访问的问题,如果非要在本地来访问,可以这是chrome的参数。

1.打开chrome快捷方式->属性

2.末尾添加:

–args –disable-web-security

3.重新启动浏览器

注意:

如果你的chrome版本是49以上,则需要做如下设置

“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –disable-web-security –user-data-dir=E:\MyChromeDevUserData

蓝色部分可以自定义

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注