- From: Josh Matthews <notifications@github.com>
- Date: Mon, 03 Jul 2017 15:01:52 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 3 July 2017 15:02:28 UTC
The cookie header (for example) is set during the `http-network-or-cache` algorithm. The request object that has the cookie header added to it is a copy of the initial request (step 3). If a redirect occurs, the request object that is used as the base of the copy for the next request does not have the header present. -- 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/553#issuecomment-312668650
Received on Monday, 3 July 2017 15:02:28 UTC