I currently have a problem that would be easily resolved if I could configure IIS6 to somehow ignore certain request headers. Namely "Translate:f". It should process the request as if that header wasn't even there.

Is this possible and if so how?

link|improve this question
Can you use mod_headers in the .htaccess file in IIS? – Adam Nov 5 '10 at 10:56
feedback

1 Answer

up vote 0 down vote accepted

Found a useful iis implementation of the apache mod_headers. Not free but have used one of their products before and was satisified.

http://www.helicontech.com/ape/doc/mod_headers.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.