Y
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
10000truths
1353 days ago
There’s no state maintained on the server, so all requests made to it are idempotent.
link
ibotty
1353 days ago
Maybe I am missing something, but which GET is not idempotent?
link
fny
1353 days ago
Don't be a party pooper. This is just RPC via HTTP. ;)
link