⚡ Set credentials to true. Fix #443
This commit is contained in:
parent
d99ede8c05
commit
fdedb1f231
1 changed files with 2 additions and 1 deletions
|
|
@ -1540,7 +1540,8 @@ export default {
|
|||
url: this.url + this.pathName + this.queryString,
|
||||
auth,
|
||||
headers,
|
||||
data: requestBody ? requestBody.toString() : null
|
||||
data: requestBody ? requestBody.toString() : null,
|
||||
credentials: true
|
||||
};
|
||||
if (preRequestScript) {
|
||||
const environmentVariables = getEnvironmentVariablesFromScript(
|
||||
|
|
|
|||
Loading…
Reference in a new issue