An LTM Specialist configures the following iRule on an LTM device:
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] contains "/URI1/" } {
pool Pool1
}
elseif {[string tolower [HTTP::uri]] contains "/URI2/" } {
pool Pool2
}
elseif {[string tolower [HTTP::uri]] contains "/URI3/" } {
pool Pool3
}
else { pool Pool4}
}
Given the following request: http://www.example.comURI1/index.html?fu=bar&pass=1234
Which pool will be selected by the iRule?
Lemuel
3 months agoLanie
2 months agoAshlyn
2 months agoAudry
3 months agoAja
3 months agoKris
3 months agoColton
3 months agoBeatriz
4 months agoVincent
3 months agoKenny
4 months agoBilli
4 months agoElise
4 months ago