6

Headers was indeed sent via http: headers was sent via http

However, fetch returned empty headers: empty headers returned by fetch

zachguo
  • 6,200
  • 5
  • 30
  • 31

1 Answers1

9

It turns out that I need to set Access-Control-Expose-Headers to include the headers I would like to expose.

zachguo
  • 6,200
  • 5
  • 30
  • 31