mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
Fix client not being able to access cookie headers
This commit is contained in:
parent
8b35fbf648
commit
0ffcbbbe05
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ export function getAfterResponseHeaders(
|
||||||
'Access-Control-Expose-Headers': '*',
|
'Access-Control-Expose-Headers': '*',
|
||||||
Vary: 'Origin',
|
Vary: 'Origin',
|
||||||
'X-Final-Destination': finalUrl,
|
'X-Final-Destination': finalUrl,
|
||||||
|
...output,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue