Hacker News new | ask | show | jobs
by almog 316 days ago
> 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.

1 comments

Indeed, the correct term here is nullipotent.