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

I don't understand the question. The httpRequest object is a copy of the request, including all of its headers. When a redirect is processed later (in step 5 of https://fetch.spec.whatwg.org/#concept-http-fetch) we use the original request object, not the copy that was used in http-network-or-cache-fetch.

-- 
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-308733025

Received on Thursday, 15 June 2017 13:44:24 UTC