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 7 months, 1 week ago by hkraskian.