- From: Josh Matthews <notifications@github.com>
- Date: Tue, 07 Jun 2016 08:23:18 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
Received on Tuesday, 7 June 2016 15:23:48 UTC
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