Forum Discussion
truongh_36312
Nimbostratus
Jan 07, 2014Irule to strip out
My question to you is could the F5 be configured to take any https://aaa.bbb.gov/internal/* requests, strip out the /internal/ and forward the remaining request https://aaa.bbb.gov/* to a pool of Servers. Thanks a lot.
- Kevin_Stewart
Employee
Absolutely. Something like this:
when HTTP_REQUEST { if { [string tolower [HTTP::uri]] contains "/internal" } { HTTP::uri [string map -nocase {"/internal" ""} [HTTP::uri]] } }
- truongh_36312
Nimbostratus
Let me try to apply it and thanks for your quick reply.
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