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

We're wondering if we need to remove request-body-header (Content-Type, Content-Language... ) from request headers for GET->GET redirection if the client adds them, e.g,  `fetch(url, {headers: {"Content-Encoding": "Identity"}}` for a 301/302/303 response.

We suspect that leaving GET->GET alone is probably the quickest way to consensus, and I'd like to include GET->GET in the web-platform tests.

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

Received on Monday, 9 December 2019 16:06:15 UTC