Forum Discussion
Wackitron_36350
Altocumulus
Jul 23, 2018When HTTP Request has specific hostname and URI, redirect to diff Pool
Hi All,
I have been trying to make this below IRule work, But no success. My Client's requirement is to redirect HTTP Traffic for specific Host URL and specific URI to a different Pool. But I am...
Simon_Blakely
Employee
Jul 23, 2018It looks like you have incorrectly balanced braces.
Try:when RULE_INIT {
set static::Poolxyz_select_debug 1
log local0. "Poolxyz_select"
}
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] starts_with "api-dev" } {
switch -glob [string tolower [HTTP::uri]] {
/someURI {
pool XYZ
if {$static::Pool_select_debug eq 1} {
log local0. "[IP::client_addr] with URI of [HTTP::uri] went to XYZ Pool"
}
}
}
}
}
I think this is the logic you are trying to implement.
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
