Thank you for your reply.
I tried to URLEncode all the URL inside the behavior, which was not successful,
urlencode(mysite.com/?parameter=plain_text_url_to_go)
Then, I tried another approach, Keeping the URL in the behavior as plain text, but to URLEncode it’s parameter (which itself is a URL, too) .
mysite.com/?parameter=urlencoded(URL)
This has worked.
-
This reply was modified 2 years, 1 month ago by hkraskian.
Thank you very much for your reply.
I have found the reason of problem which was a redirect directive inside virtual host definition. So it is solved now.
Now I have another problem. The redirection works fine in desktop browser but neither on IOS nor in Android. It remains into the form page.