- From: Anthony Howe <notifications@github.com>
- Date: Tue, 21 Apr 2020 06:58:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 April 2020 13:59:03 UTC
Our micro-services application recently came up against this issue when the request URL blew the server's 8K limit. Having confirmed RFC 7231 does not disallow it, just that the semantics are undefined, then between private in-house client/server applications a `GET-with-body` should be permissible. When we went to implement a fix, we find that using a 3rd party nodejs module `minipass-fetch` explicitly denies it. This issue is going to continue to return again and again while the RFC and the `fetch` API specification disagree. It clearly needs to be fixed. -- 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-617197641
Received on Tuesday, 21 April 2020 13:59:03 UTC