Forum Discussion
Gilles_Archer_3
Nimbostratus
Jul 02, 2014Rewriting Javascript w/o APM
Setup: BIG-IP 11.5.1 w/ LTM/AVR/AAM (note: APM is not licensed and currently disabled because it is not required)
We have a requirement to put a virtual server (SSL) in front of an Oracle User P...
eLeCtRoN_26738
Nimbostratus
May 08, 2015"I spoke too early. I was only trying stream or rewrite separately. But putting them together seems to solve the issue (so far). I'll let the testers maul it for a while."
How did you use stream and rewrite together ? Have you create a stream profile and give this the Virtual Server and did a stream rewrite iRule as well ?
stream iRule like this example ?
when HTTP_REQUEST {
HTTP::header remove Accept-Encoding
STREAM::disable
}
when HTTP_RESPONSE {
if { [HTTP::header Content-Type] contains "text" } {
STREAM::expression {@realserver@virtualserver@}
STREAM::enable
}
}
THX Manu
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