Is it possible to write an IIS URL Rewrite Rule that examines content of HTTP Post?

Doesn't appear to be possible - looks like only the headers are examined learn.iis.net/page.aspx/465/url-rewrite-... you can check for certain values of HTTP headers or server variables If you can switch from POST to GET, you could then check QUERY_STRING.

Doesn't appear to be possible - looks like only the headers are examined. learn.iis.net/page.aspx/465/url-rewrite-... you can check for certain values of HTTP headers or server variables If you can switch from POST to GET, you could then check QUERY_STRING.

IIS7's URL Rewrite sounded like a perfect candidate for the job, but it turns out I cannot find a way to configure the rules the way I need. I need to write a rule that examines the content of the HTTP post for a particular value. As a proof of concept, I was able to create an IHttpModule that examines context.Request.

Form collection and performs a rewrite when certain parameters are present. I installed this module in my website, and it works. Rather than a custom module, however, I'd rather extend the existing URL Rewrite module to support examining the content of the HTTP Post as one of its rules.

Is this possible?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions