Symbolic URL, can I stop the URL Encoding
Hello,
I am using Symbolic URL to hit an external application. The Symbolic URL builds the URL and appends the attribute. I have already Encoded the attribute in a Java Program using URLEncodeUTF8. In the resulting URL the attribute portion is encoded again converting the "%" to "%25". Is there anyway to atop the additional encoding from happening?
I am using Symbolic URL to hit an external application. The Symbolic URL builds the URL and appends the attribute. I have already Encoded the attribute in a Java Program using URLEncodeUTF8. In the resulting URL the attribute portion is encoded again converting the "%" to "%25". Is there anyway to atop the additional encoding from happening?
0