Y
Hacker News
new
|
ask
|
show
|
jobs
by
enedil
2694 days ago
That's exactly the problem with idempotency.
1 comments
winstonewert
2694 days ago
actually, no. Idempotency means that you can safely do the same operation multiple times with the same effect as doing it once. That's a different issue than the no-side-effects rule which GET is supposed to follow.
link