Tagged Questions
6
votes
1answer
767 views
What's the correct way to view idempotency in terms of HTTP DELETE?
I have spent a lot of time recently reading the HTTP 1.1 specification and relating it to REST. I have found that there are two interpretations of the HTTP DELETE method in regards to its ...
4
votes
3answers
108 views
Does unsubscribe link need to be idempotent? [closed]
So we have an unsubscribe link - this is by it's nature an HTTP GET.
The appropriate RFC says this should be idempotent but to my mind the user expectation will be that they are clicking a link to ...