Forum Discussion
PiotrL
Cirrus
Mar 02, 2017Disable http compression for specific addresses
It's strange, but I couldn't find any examples (12.x). So how can I disable compression for specific ip addresses ? Thanks
Mar 02, 2017
Maybe something like this:
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] equals 10.10.10.1] } {
COMPRESS::disable
}
}
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