[whatwg/fetch] HTTP-redirect-fetch preserves all pre-redirect headers for post-redirect request (#320)

This means that things like cookie headers are sent along with the redirected request, which is entirely incorrect for cross-origin redirections, for example. Gecko has been very conservative in its implementation of preserving headers across redirections in the past; currently user-set headers (ie. XHR.setRequestHeader) are preserved, but otherwise each request begins with a clean slate.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/320

Received on Tuesday, 7 June 2016 15:23:48 UTC