Re: [whatwg/fetch] 301/302/303 Redirect does not preserve headers (Issue #1711)

Looking closer, is the issue a misinterpretation of `request-body-header name`?  It appears that this is a strict set of headers:
```
A request-body-header name is a [header name](https://fetch.spec.whatwg.org/#header-name) that is a [byte-case-insensitive](https://infra.spec.whatwg.org/#byte-case-insensitive) match for one of:

`Content-Encoding`
`Content-Language`
`Content-Location`
`Content-Type`
```
and not all headers.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1711#issuecomment-1740245731
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1711/1740245731@github.com>

Received on Friday, 29 September 2023 02:59:52 UTC