码迷,mamicode.com
首页 > 其他好文 > 详细

跨域问题解决

时间:2019-11-20 16:53:48      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:mod   ted   response   iat   block   must   color   att   -o   

has been blocked by CORS policy: The value of the ‘Access-Control-Allow-Origin‘ header in the response must not be the wildcard ‘*‘ when the request‘s credentials mode is ‘include‘. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute

这个错误是由于同时设置了 Access-Control-Allow-Origin=* 和 Access-Control-Allow-Credentials=true

解决办法是把*改为指定域名

 

跨域问题解决

标签:mod   ted   response   iat   block   must   color   att   -o   

原文地址:https://www.cnblogs.com/zhouyg2017/p/11898662.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!