jquery-latest.js:9631 Access to XMLHttpRequest at 'http://123.123.123.123' from origin 'http://234.234.234.234' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space private.
但是我浏览器设置了跨域的呀,jquery-latest.js 这个文件也放到网站空间里了
"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir=C:\MyChromeDevUserData
本地直接开html文件能够通过页面POST数据到服务器,而把页面放到网站服务器上后就发送失败了,以前都是正常能够通过在线网站操作,前段时间就不行了,一直没有找到问题,请问该怎么处理呢?