While passing my url, for example something:8000/something.jsp?param1=update¶m2=1000¶m3=SearchString%¶m4=3
, I am getting following error:
Bad Request
Your browser sent a request that this server could not understand.
I know SearchString%
which I need to pass as a parameter, has the issue. Then how to pass a
parameter containing '%' in URL??