Hacker News new | ask | show | jobs
by winstonewert 2684 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.