Redirection with query parameters
-
Hi im trying to redirect an url with query parameter but the parameter is a private key.
when i realize the redirect with regex to avoid the changeThis is the link https://worldsacross.com/page-login/?action=rp&key=3mnc4lPWqg9Ba6Stl0ad&login=yesigonzalez
the redirection is configured like this:
Source URL: ^/page-login/?action=rp&key=(.*)
Target URL: /password-setting/?action=rp&key=$1But when the redirection pass the key is invalid.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirection with query parameters’ is closed to new replies.