Forum Discussion
JCMATTOS_41723
Nimbostratus
Dec 02, 2008Proxypass with page content modification?
We are currently using the proxypass irule and are trying to add page content modifications and keep getting this error. We followed the instructions and uncommented the two STREAM lines below and add...
hoolio
Cirrostratus
Dec 04, 2008Sorry for any confusion. The header which determines compression methods that the client supports is 'Accept-Encoding' not Accept. If you remove the Accept-Encoding header altogether, the server should not compress the response content:
when HTTP_REQUEST {
if {[HTTP::header exists "Accept-Encoding"]}{
log local0. "Removing Accept-Encoding header"
Remove the Accept-Encoding header from the request
HTTP::header remove "Accept-Encoding"
}
}
Aaron
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