Redirect Not Working with GET parameters
-
When I try to use the redirect with a URL that has GET parameters:
ex: https://www.test.com/?test_parameter=test&another_one=123
It encodes the ampersands making it:
https://www.test.com/?test_parameter=test & #038; another_one=123
(ignore the spaces, I had to do that so this editor didn’t change it to a pure ampersand) Which doesn’t process correctly when it reaches the destination.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Redirect Not Working with GET parameters’ is closed to new replies.