From fdedb1f2319445e5fe6a772e78488deeff0cdaf7 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 7 Jan 2020 19:49:14 +0530 Subject: [PATCH] :zap: Set credentials to true. Fix #443 --- pages/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(