I have a request URL i need to parse that URL and have to modify that
EG :if I have request URL like
http://www.xyz.com/?a=b&c=d
Now I need to modify the value of c or a to something else before redirecting to this URL
How can I achieve this.
Thanks,
Ashish
Here is what you can do: