I want to redirect a response to another URL while it contains some POST data in it\'s HTTP header.
// Inside an ASP.NET page code behind: Response.Redirect(
You can use viewstate to "transfer" the data and read it on a new page or even the same page.