views:

29

answers:

0

Hi Guys,

See what I'm trynig to do is on a post request made collect the http headers and then add them to app.Request.Headers.Add().

In my application basically another post request overides certain post requests that I make.

On each request to my server there is a redirection to another server which adds some headers over my original post request

I need some way of saying maybe ok add these headers but then execute my post request with its headers after