Skip to content

Commit d4c94a6

Browse files
committed
chore(api): add sending cookie credentials with requests - skip e2e
1 parent 3e78e6f commit d4c94a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api/src/Domain/Http/FetchRequestHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class FetchRequestHandler implements RequestHandlerInterface {
6363
return new Request(httpRequest.url, {
6464
method: httpRequest.verb,
6565
headers,
66+
credentials: 'include',
6667
})
6768
}
6869

0 commit comments

Comments
 (0)