We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87047a7 commit 0d729eaCopy full SHA for 0d729ea
src/lib/xhr.js
@@ -79,6 +79,7 @@ module.exports = function (method, url, headers, data, callback, err, isBinary)
79
if (isBinary) {
80
return r.sendAsBinary(data);
81
}
82
+ r.withCredentials = true;
83
r.send(data);
84
return r;
85
// Headers are returned as a string
0 commit comments