Hacker News new | ask | show | jobs
by pstuart 316 days ago
Agreed. Those methods should be treated as idempotent.
1 comments

> Those methods should be treated as idempotent

Idempotency still implies it can change state on the initial call, which to me feels wrong in the context of GET/HEAD/OPTIONS.

Indeed, the correct term here is nullipotent.