| ▲ | piterrro 5 hours ago | ||||||||||||||||
> GET request with a body was heavily considered by the IETF working group, but it was ultimately rejected in favor of creating the new QUERY method. The decision to create a distinct method came down to historical interoperability issues and strict compliance with the core architectural definitions of HTTP. I've been sending request body along GET method for years now | |||||||||||||||||
| ▲ | huskyr 5 hours ago | parent | next [-] | ||||||||||||||||
Apparently some load balancers drop the body. | |||||||||||||||||
| |||||||||||||||||
| ▲ | preisschild 4 hours ago | parent | prev [-] | ||||||||||||||||
> I've been sending request body along GET method for years now Generally not a great idea. With some http implementations this is not even possible (for example, fetch) https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/U... > You cannot include a body with GET requests And transparent caching might result in weird issues. | |||||||||||||||||