Hacker News new | ask | show | jobs
by simlevesque 1353 days ago
I beg you to keep GET requests idempotent. It's not that hard.
3 comments

There’s no state maintained on the server, so all requests made to it are idempotent.
Maybe I am missing something, but which GET is not idempotent?
Don't be a party pooper. This is just RPC via HTTP. ;)