If you have encoded your URL and query string and still
its not pointing to right direction i.e. http%3A%2F%2F resolving into
http%253A%252F%252 then simple reason is that % sign in “http%3A” is encoding into %25 as hexa value of % is 0x25.
The solution to resolve it is don't encode your URL in
this case. Directly pass URL like https://www.mysit.com
Please leave your comments or share this tip if it’s
useful for you.
No comments:
Post a Comment