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

Quick workaround: GET /search?key=$hash(body)
Reminds me Google Maps: GET /search?pb=$protobuf_to_string.