- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 20 Aug 2021 04:03:53 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 August 2021 11:04:05 UTC
The Fetch Standard already requires that `GET` requests won't have a `Content-Length` header. The body is null after all, not empty. HTTP does allow such `GET` requests however, but servers are also allowed to reject them. So I think all pieces of software are in fact doing what they are supposed/allowed to do, it just doesn't match what you want. (And it seems that per https://github.com/httprb/http/issues/487 they would take a patch, if you were to write one.) -- 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/issues/83#issuecomment-902614479
Received on Friday, 20 August 2021 11:04:05 UTC