Re: [whatwg/fetch] Do redirects copy the headers from the initial requests (#553)

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