Skip to main content
7 events
when toggle format what by license comment
Nov 30, 2022 at 18:49 review Suggested edits
Dec 8, 2022 at 17:57
Aug 26, 2020 at 5:09 comment added Jerry Jeremiah This question says the same thing: stackoverflow.com/questions/978061/http-get-with-request-body "Yes. In other words, any HTTP request message is allowed to contain a message body, and thus must parse messages with that in mind. Server semantics for GET, however, are restricted such that a body, if any, has no semantic meaning to the request. The requirements on parsing are separate from the requirements on method semantics. So, yes, you can send a body with GET, and no, it is never useful to do so. " The actual answer has more details.
S Aug 24, 2020 at 17:01 history edited Glorfindel CC BY-SA 4.0
Fix typos and case of term
S Aug 24, 2020 at 17:01 history suggested Diomidis Spinellis CC BY-SA 4.0
Fix typos and case of term
Aug 24, 2020 at 12:38 review Suggested edits
S Aug 24, 2020 at 17:01
Jun 18, 2018 at 14:18 comment added Berin Loritsch there are technical downsides since many javascript libraries don't support GET with a body. For databases where you are performing a search, it makes logical sense to do it that way, but you wouldn't be able to make the call from a single page app to your ElasticSearch or SOLR instance (the only APIs where I saw this combo implemented).
Jun 18, 2018 at 13:09 history answered Ewan CC BY-SA 4.0