Hacker News new | ask | show | jobs
by forgotmypw17 1115 days ago
The limit of a GET request's length is at least several K on most systems I've used, so it's rarely an issue.
1 comments

That's not as much as you might think.

There's a reason elasticsearch accepts POST

But what exactly is the difference between POST and SEARCH? Both include the request parameters in the body, so they would be obscured from the user. Unless they aren't, in which case it is a matter of the choices made in the implementation.

Is it implied idempotency and the lack of a confirmation dialog when the user reloads the page?

Cachability, perhaps. You cannot cache a post, but may be able to cache a search or query verb.