Y
Hacker News
new
|
ask
|
show
|
jobs
by
fiddlerwoaroof
1115 days ago
GET with a body is pretty useless because the standard doesn’t allow the body to affect the results. So, proxies, browsers, etc. are free to ignore the body when caching results.
1 comments
Too
1115 days ago
Quick workaround: GET /search?key=$hash(body)
link
ilyazub
1113 days ago
Reminds me Google Maps: GET /search?pb=$protobuf_to_string.
link