adding query parameter to login redirect url
-
Hi,
I have a classifieds website where the user can register, login, and place ads.
The website serves a custom template to my android app users after checking for the specific query parameter “inapp=true” in the URL.
However, the user does not get served the custom template on the login page as it is actually a redirect page, similar to when we directly go to wordpress /wp-admin page and get served with login.php (if not logged in).
The problem is that the query parameter is being added as “?inapp=true” and not as “%3inapp=true” in HTML format to the redirect_to login url and therefore not being recognized as a valid parameter. I use code snippets to modify the code. Any solutions, please.The page I need help with: [log in to see the link]
The topic ‘adding query parameter to login redirect url’ is closed to new replies.