- From: Martyn York <notifications@github.com>
- Date: Thu, 28 Sep 2023 19:59:46 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 September 2023 02:59:52 UTC
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