Parameters from original URL stripped after login
-
We are using Gravity Flow to control steps of an approval process. We provide a link in email that is the URL to the page on which the user will enter the approval. The URL has 4 parameters, 3 of which identify the specific page, and the 4th is a WordPress access token which is required for permission to access the page.
If the user is already logged in, all 4 parameters are retained when the user is directed to the new page.
If the user is not logged in, Force Login takes them to the correct login page, but then sends the user to the original URL with only 3 of the 4 parameters. The access token is stripped off the URL.
Is there a reason for this behavior? Is there a way to include the access token?
- The topic ‘Parameters from original URL stripped after login’ is closed to new replies.