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

Thank you, yes. This is exactly the sort of short and sweet bullet points that I'm building up.
Even easier when you're using RESTful URLs, not query parameters.