Re: [whatwg/fetch] Should Content-Type header be stripped when redirecting from POST to GET? (#609)

Yeah, for 303 it's truely a different request, so it doesn't make sense to talk about the old request body.

For 301 and 302 where you change the method, I *think* the same argument applies; it doesn't make sense to talk about a request body that isn't there. 



-- 
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/609#issuecomment-333042098

Received on Friday, 29 September 2017 06:28:40 UTC