Reputation: 6716
Headers was indeed sent via http:
However, fetch returned empty headers:
Upvotes: 6
Views: 1269
Reputation: 6716
It turns out that I need to set Access-Control-Expose-Headers
to include the headers I would like to expose.
Upvotes: 10