Re: [whatwg/fetch] strip request-body-header for redireting from POST to GET (#977)

@JuniorHsu if we want to leave GET -> GET alone we do have to add a check for 303 in the specification: that method is not GET or HEAD. As the current wording does affect GET -> GET for 303s.

-- 
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/pull/977#issuecomment-563337058

Received on Monday, 9 December 2019 17:09:20 UTC