⚡ Set credentials to true. Fix #443
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user