Sunday, April 3, 2011

Redirect appending HEADERS is posible?

Can I make a Response.Redirect modifying the headers of that "request (¿) "

From stackoverflow
  • 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.

0 comments:

Post a Comment