javascript - ajax 跨域问题
程序员文章站
2022-03-16 07:49:18
...
XMLHttpRequest cannot load http://www..com/login/isLogin. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www..com' is therefore not allowed access.
弄清楚了。是*域名的问题。
回复内容:
XMLHttpRequest cannot load http://www..com/login/isLogin. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www..com' is therefore not allowed access.
弄清楚了。是*域名的问题。
jsonp 留意下,最常见就是callback =?
是不是设置了withCredentials = true;?