You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the unsubscribe function is a GET request. I think this is causing a bug where the user clicks the email link to unsubscribe, is unsubscribed and for some reason a second request is made that causes the unsubscribeFailed page to appear.
Even if this is not the cause of the bug, it is still a bad practice to use GET in this case and a POST is ideal.
The text was updated successfully, but these errors were encountered:
Right now the unsubscribe function is a GET request. I think this is causing a bug where the user clicks the email link to unsubscribe, is unsubscribed and for some reason a second request is made that causes the unsubscribeFailed page to appear.
Even if this is not the cause of the bug, it is still a bad practice to use GET in this case and a POST is ideal.
The text was updated successfully, but these errors were encountered: