Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove the HTTP ETag header by IIS 7.5?

Tags:

iis

header

etag

We wish to remove the ETag header added automatically by IIS 7.5. None of the online suggestions worked for us, which may be due to a different version of IIS.

One of the solutions we have come across repeatedly included creating a new ETag HTTP response header with "" as value. This approach adds , "" after the original ETag instead.

like image 789
Xen Avatar asked Apr 30 '12 01:04

Xen


1 Answers

I have been able to remove the ETag HTTP header using an outbound rewrite rule.

like image 166
Xen Avatar answered Oct 16 '22 02:10

Xen