When I use a Redirect URL with parameters then the special characters are changed.
For instance:
I have a Redirect Url with extra param: option={Redirect}
The content of the variable Redirect = com_jdidealgateway&view=pay&amount=15
The redirect function changes this in: &view is changed in com_jdidealgateway%26view%3Dpay%26amount%3D15
What can I do to prevent that transformation of the special characters '&' and '='?
Thanks for HELP.
For instance:
I have a Redirect Url with extra param: option={Redirect}
The content of the variable Redirect = com_jdidealgateway&view=pay&amount=15
The redirect function changes this in: &view is changed in com_jdidealgateway%26view%3Dpay%26amount%3D15
What can I do to prevent that transformation of the special characters '&' and '='?
Thanks for HELP.