Merge branch 'master' into feature/oauth-support
This commit is contained in:
commit
9d56af4160
1 changed files with 2 additions and 1 deletions
|
|
@ -1933,7 +1933,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