Forum Discussion
Steve_Luke_8796
Mar 15, 2012Nimbostratus
HTTP 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...
hooleylist
Mar 17, 2012Cirrostratus
Hi 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
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