Forum Discussion
Thiyagu_343098
Nimbostratus
Jan 24, 2018iRULE to remove the URI on LB
Hello All,
I'm working on a request to remove the URI from the HTTP request and send the rest of the URL path as it is to the backend server:
for example a request as and it should get routed to bac...
Stanislas_Piro2
Cumulonimbus
Jan 25, 2018thy this code:
when HTTP_REQUEST {
if {[scan [HTTP::uri] {/%[^/]%s} field1 newUri] == 2 } {
switch $field1 {
"URI1" {
pool POOL1
HTTP::uri $newUri
}
"URI2" {
pool POOL2
HTTP::uri $newUri
}
}
}
}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