Y
Hacker News
new
|
ask
|
show
|
jobs
by
sajal83
3988 days ago
If your app does become super popular, it would be very hard to implement http-level caching when using only POST. By using GET you can do caching at client (or CDN/reverse proxy) layer.
2 comments
supersecret
3988 days ago
Thank you, yes. This is exactly the sort of short and sweet bullet points that I'm building up.
link
theandrewbailey
3988 days ago
Even easier when you're using RESTful URLs, not query parameters.
link