Discussions

Ask a Question
Back to All

I am having problems with the return url after 3DS, it is encoding the URL parameters

For example when I try to put this to the return URL after 3ds confirmation "https://yoursite.com/index.php?param1=3¶m2=1" The return URL transforms it to
"https://yoursite.com/index.php?param1=3&param2=1" . This is breaking my site controllers as everything is handled in index. Is there a way around this?