Forum Discussion
SS11
Nimbostratus
May 16, 2017Irule for disable HTTP compression for 401 response
Hi
Looking for an assistance to create a Irule to do the following;
If you access :-
and you get 401 response then disable the HTTP compression.
May 16, 2017
Maybe something like this:
when HTTP_RESPONSE {
if { [HTTP::status] == 401 } {
COMPRESS::disable
}
}
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