SyntaxFix
Write A Post
Hire A Developer
Questions
%3A and %2F are URL encoded characters. Use this java code to convert them back into : and /
%3A
%2F
:
/
String decoded = java.net.URLDecoder.decode(url, "UTF-8");