I know this is repeated question on Stack. But in my case the URL which I am using is passing the querystring details.
http://servername:82/root/ReportViewer.aspx?Id=/test/base/eg1 &Name=ReportDeatilName & User=783534
How can I hide the whole query string?
http://servername:82/root/ReportViewer.aspx?Id=/test/base/eg1 &Name=ReportDeatilName & User=783534and redirect/sendtohttp://servername:82/root/ReportViewer.aspx?Id=/test/base/eg1for example