标签: cors xmlhttprequest npm-request
为了将会话信息保存为cookie并将CORS与其一起保存,XHR具有withCredentials选项以及Access-Control-Allow-Credentials响应标头,以使浏览器为每个请求发送cookie。
我想在npm-request包中实现相同的(withCredentials)。这有什么办法吗? :)
谢谢
答案 0 :(得分:0)
只需在请求选项中传递withCredentials: true,您的模块捆绑包就会处理其余的事情:)
withCredentials: true