Hacker News new | ask | show | jobs
by CrazyStat 1626 days ago
> In HTTP idempotent is where the state of the server remains unchanged.

This is incorrect. DELETE is idempotent but changes the state of the server.

1 comments

Also PUT.