Skip to content

Commit

Permalink
chore: send credentials in CORS requests
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Dec 16, 2018
1 parent e89aed1 commit fecb541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenApi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ export default {
return request.params[key]
})),
params,
headers
headers,
credentials: true
}
const contentType = this.selectedEntry.requestBody && this.selectedEntry.requestBody.selectedType
Expand Down

0 comments on commit fecb541

Please sign in to comment.