Live data from Hacker News

Hey developers, stop forcing me to login to unsubscribe

news.ycombinator.com

1–10 of 137 posts

Hey developers, stop forcing me to login to unsubscribe

#1
Dear Sender:

There's nothing more annoying than clicking that 'unsubscribe' link at the bottom of your email only to be asked to login first. I know it sucks when people opt-out of your transactional emails, but deal with it and let people unsubscribe with one click. If you do this you may even get some valuable feedback.

If your transactional email provider doesn't have a single-click unsubscribe option, find another service. I recommend every developer test out what a recipient sees.

Sincerely,

Users of the Internet

Re: Hey developers, stop forcing me to login to unsubscribe

#7
On one hand, I do agree that it is very annoying. However, I can kind of understand.

There may be a way around this, but if no session was required, then couldn't someone just make a bunch of GET requests to the unsubscribe url for each user id and unsubscribe the entire user base?

Re: Hey developers, stop forcing me to login to unsubscribe

#8
post #7

On one hand, I do agree that it is very annoying. However, I can kind of understand. There may be a way around this, but if no session was required, then couldn't someone just make a bunch of GET requests to the unsubscribe url for each user id and unsubscribe the entire user base?

Well, I think most professional developers would use a GUID for each user anyway. Good luck bruteforcing that.
Post reply on HN