Y
Hacker News
new
|
ask
|
show
|
jobs
by
icebraining
5261 days ago
Why use GET instead of POST? Just POST a document with the parameters to filter, and the server creates a new resource with the search results and returns its URL to the client, which can then GET it.
1 comments
boucher
5261 days ago
There's really no need to create a separate URL; it's reasonable for POST requests to contain response bodies.
link