Can I make a Response.Redirect modifying the headers of that "request (¿) "
+3
A:
There is no way to send a redirect and make the browser add headers to its HTTP request for the page you redirected to.
However, look at Server.Transfer
.
SLaks
2009-06-09 18:52:37