Replies: 1
When I try to use the redirect with a URL that has GET parameters:
ex: http://www.test.com/?test_parameter=test&another_one=123
It encodes the ampersands making it:
http://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.
-
This topic was modified 30 minutes ago by
MillerMediaNow.