暴力解决个localhost跨域问题,为什么会有这篇文章
localhost跨域?一般情况不会localhost跨域;
为什么要用localhost?因为要调用本地的服务;
为什么不配置nginx?因为服务不是自己的…
好了,怎么解决?
创建chrome浏览器快捷方式,在目标中配置为:
"C:\Program Files\Google\Chrome\Application\chrome.exe" --user-data-dir="c:\ChromeDebug" --test-type --disable-web-security
其中,c:\chromeDebug
这个,自己自定义建个文件夹,名称和快捷方式里的配置一致就可以。现在访问就不会出现跨域问题了。