F5 Networks 303 Exam - Topic 4 Question 20 Discussion
A web application requires knowledge of the client's true IP address for logging and analysis purposes. Instances of the application that can decode X-Forwarded-For HTTP headers reside in pool_a, while pool_b instances assume the source IP is the true address of the client.Which iRule provides the proper functionality?
C) when HTTP_REQUEST {
if {[HTTP::header exists X-Forwarded-For]}{
pool pool_a
} else {
pool pool_b
}
}
A) when HTTP_DATA {
if {[HTTP::header exists X-Forwarded-For]}{
pool pool_a
} else {
pool pool_b
}
}
B) when HTTP_RESPONSE {
if {[HTTP::header exists X-Forwarded-For]}{
pool pool_a
} else {
pool pool_b
}
}
D) when HTTP_OPEN {
if {[HTTP::header exists X-Forwarded-For]}{
pool pool_a
} else {
pool pool_b
}
}
Quentin
5 months agoMarshall
6 months agoNakisha
6 months agoJina
6 months agoRebecka
6 months agoChun
6 months agoTish
7 months agoJosphine
7 months agoEstrella
7 months agoLizette
7 months agoTamekia
8 months agoBelen
8 months agoEden
8 months agoLeota
8 months agoLenna
10 months ago