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.
- JG
Cumulonimbus
What is the problem you are trying to solve here?
- SS11
Nimbostratus
To eliminate the intermittent pop-up authentication while accessing the url and its due to compression issues of HTTP 401 responses with the IE browser
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