Forum Discussion
Chris_Kindelber
Nimbostratus
Mar 17, 2005Turning off compression based on client IP
We need to turn off compression based on a single client IP. What we find is that we get a 404 when the client hits the VIP when that rule is applied. In the tcpdump we see a reset being sent back t...
rapmaster_c_127
Mar 17, 2005Historic F5 Account
Ok, this is is something we fixed in 9.0.5 for usability reasons. Since architecturally compression occurs on the serverside of the full proxy, you need to trigger the rule on HTTP_RESPONSE. I know it's icky, so that's why we fixed it. So while you're on 9.0.4, try the following rule instead:
when HTTP_RESPONSE {
if { [IP::client_addr] eq "63.231.39.153" } {
COMPRESS::disable
}
}
Sorry about that.
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