Forum Discussion
Steve_Luke_8796
Nimbostratus
Mar 15, 2012HTTP Compression and the Vary Header
So here is a problem we just came across. We have an Virtual Server which has the oracle_as_http-wan-optimized-compression http profile assigned to it. The default compression values are se...
hoolio
Cirrostratus
Mar 17, 2012Hi Steve,
Does the response have a content-length header set to a value less than 1024? If so, you could try something like this:
when HTTP_RESPONSE {
if {[HTTP::header Content-Length] > 0 and [HTTP::header Content-Length] < 1024}{
HTTP::header remove Vary
}
}
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects