Skip to content

Commit 0ffcbbb

Browse files
committed
Fix client not being able to access cookie headers
1 parent 8b35fbf commit 0ffcbbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/headers.ts

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export function getAfterResponseHeaders(
6464
'Access-Control-Expose-Headers': '*',
6565
Vary: 'Origin',
6666
'X-Final-Destination': finalUrl,
67+
...output,
6768
};
6869
}
6970

0 commit comments

Comments
 (0)