Skip to content

Commit

Permalink
Fix client not being able to access cookie headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradox-77 committed Jul 7, 2024
1 parent 8b35fbf commit 0ffcbbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export function getAfterResponseHeaders(
'Access-Control-Expose-Headers': '*',
Vary: 'Origin',
'X-Final-Destination': finalUrl,
...output,
};
}

Expand Down

0 comments on commit 0ffcbbb

Please sign in to comment.