diff --git a/pages/index.vue b/pages/index.vue index 0549a247f..d7f614ac5 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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(