Forum Discussion
James_Yang_9981
Altostratus
Nov 20, 2007remove accept-encoding header on WAM 4500
I'm currently implement WA 4500 in customer's envionment, their server has enabled compress. after WA online, I think it's better to disable server compress that will cause WA use more CPU power to de...
James_Yang_9981
Altostratus
Nov 20, 2007Thanks response, but it doesn't work and just like remove the header in HTTP_REQUEST event.
At last, under ENE support. I got the function working by following rules:
when HTTP_REQUEST {
if {[HTTP::header exists "X-PvMAC"]} {
if {[HTTP::header exists "Accept-Encoding"]}{
HTTP::header remove "Accept-Encoding"
}
}
}
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