chore(api): add sending cookie credentials with requests - skip e2e
This commit is contained in:
@@ -63,6 +63,7 @@ export class FetchRequestHandler implements RequestHandlerInterface {
|
||||
return new Request(httpRequest.url, {
|
||||
method: httpRequest.verb,
|
||||
headers,
|
||||
credentials: 'include',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user