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 Ser...
Kevin_Stewart
Employee
Jan 07, 2014Absolutely. Something like this:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "/internal" } {
HTTP::uri [string map -nocase {"/internal" ""} [HTTP::uri]]
}
}
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