logoalt Hacker News

tostitoday at 8:13 AM2 repliesview on HN

> using HTTP GET with a request body is a bad idea, as for example users behind a corporate firewall or a different browser may be unable to use your website.

So is using QUERY requests for quite some time from now.


Replies

jy14898today at 8:42 AM

405 Method Not Allowed is trivial to fall back to POST. How do you know the GET request behaved incorrectly?

show 1 reply
jbverschoortoday at 8:24 AM

Yeah, query seems just GET with a body. No difference in protocol nor behavior

show 3 replies