I have a URL that looks like below:
https://www.xyz.net/test%3Fkey%3Dvalue
How do I encode it to look like below:
https://www.xyz.net/test?key=value
I guess I need to use the URL Encoding techniques or?
I have a URL that looks like below:
https://www.xyz.net/test%3Fkey%3Dvalue
How do I encode it to look like below:
https://www.xyz.net/test?key=value
I guess I need to use the URL Encoding techniques or?