Special handling of 303 re-direct from external link
-
So I’m having a problem with redirect behavior when someone clicks on a button.
The “Join Now” button is supposed to take them to a registration page:
https://www.bitcoinforbeginners.io/discussions/register/However, if someone is already signed up and signed in, then that page provides a 303 redirect.
Ideally the behavior is that clicking the button would send them to the eventual page where the redirect points to: https://www.bitcoinforbeginners.io/discussions/
However right now, bc that link is returning a 303 for **signed in** visitors, it is just keeping us on original page and not going anywhere.
How do I solve that problem?
The page I need help with: [log in to see the link]
- The topic ‘Special handling of 303 re-direct from external link’ is closed to new replies.