前端要从wx.qq.com的域名读取数据,本地用localhost:8060,因此进行跨域操作,从本地A跨域到B问题:但问题是B返回响应里带了set-cookie,不知道是不是跨域的问题导致localhost:8060无法保存cookie,也不能getResponseHeader('set-cookie')
尝试过多种方法,如添加withCredentials: true都无效,也不可能修改B域名下服务器的配置
withCredentials: true
相关分类