- From: Junior <notifications@github.com>
- Date: Mon, 09 Dec 2019 08:06:13 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 December 2019 16:06:15 UTC
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