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 a2ebb21 commit a7f8f36Copy full SHA for a7f8f36
src/core/fetch/ajax.js
@@ -30,6 +30,7 @@ export function get(url, hasBar = false, headers = {}) {
30
}
31
32
33
+ xhr.withCredentials = true;
34
xhr.send();
35
36
return {
0 commit comments