Forum Discussion
Iceman_25111
Nimbostratus
Sep 19, 2013Forcing to IE 9 Compatability mode iRule
Still sorta new to iRules and I am wondering if anyone can validate this simple iRule I wrote? Hopefully I am on the right track here.
What the app teams are ultimately trying to accomplish i...
Kevin_Stewart
Employee
Sep 20, 2013If you still need it in the head section, you could use a STREAM profile and the something like the following:
when HTTP_REQUEST {
STREAM::disable
HTTP::header remove "Accept-Encoding"
}
when HTTP_RESPONSE {
if {[HTTP::header value Content-Type] contains "text"}{
STREAM::expression {@@@}
STREAM::enable
}
}
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
