- From: nickwelp <notifications@github.com>
- Date: Fri, 28 Apr 2023 10:04:00 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 April 2023 17:04:06 UTC
The REST standard, updated 2014, RFC 7231 https://www.rfc-editor.org/rfc/rfc7231 ; basically the 2014 spec for REST says that a body for a GET statement should not be predefined by software operating it, and not excluded. "A payload within a GET request message has no defined semantics." There is a decent Stackoverflow thread about it here: https://stackoverflow.com/a/983458 Why do the Fetch specs then forbid it? https://fetch.spec.whatwg.org/#dom-request I realize it's easily accomplished, encoding json into URL parameters. However I'd like to understand the appetite for divergence on this issue. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1644 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1644@github.com>
Received on Friday, 28 April 2023 17:04:06 UTC