npm-request with XHR.withCredentials?

时间:2018-06-10 18:09:35

标签: cors xmlhttprequest npm-request

为了将会话信息保存为cookie并将CORS与其一起保存,XHR具有withCredentials选项以及Access-Control-Allow-Credentials响应标头,以使浏览器为每个请求发送cookie。

我想在npm-request包中实现相同的(withCredentials)。这有什么办法吗? :)

谢谢

1 个答案:

答案 0 :(得分:0)

只需在请求选项中传递withCredentials: true,您的模块捆绑包就会处理其余的事情:)