3 个回答

Cookie 不能在 header 里直接设置。禁止修改的消息首部
请自行设置 Cookie:

document.cookie = 'JSESSIONID=xxx';
document.cookie = 'merchant_login_flag=xxx';

跨域的话带上withCredentials:true

现在安卓吧cookie设置在请求头中的了,而且是全局的,可我的页面还是没法通过登录拦截呢

推荐问题
宣传栏