Tagged Questions
0
votes
1answer
333 views
How to avoid IIS from overwriting some HTTP Headers?
I have enabled in my Web.config the GZIP compression, and I'm glad that it automatically adds the HTTP header "Vary: Accept-Encoding".
The problem is that IIS is overwriting the "Vary:*" that ...