Forum Discussion
Can_Sobutay_863
Feb 05, 2014Nimbostratus
matching and/or replacing + sign in STREAM::expression
I am using the ProxyPass v10/v11 iRule (link) to direct and rewrite http URIs and response payloads. Although I set everything up correctly and the irule builds the correct STREAM:expression accordi...
Kevin_Stewart
Feb 06, 2014Employee
Please try this:
when HTTP_REQUEST {
HTTP::header remove Accept-Encoding
STREAM::disable
}
when HTTP_RESPONSE {
STREAM::expression {@/TR\+tr@@}
STREAM::enable
}
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