Tagged Questions
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 ...