Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam 303 All Questions
Exam 303 All Questions

View all questions & answers for the 303 exam

F5 BIG-IP ASM 303 Question # 100 Topic 11 Discussion

303 Exam Topic 11 Question 100 Discussion:
Question #: 100
Topic #: 11

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?


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

}

}


C.

when HTTP_REQUEST {

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

}

}


Get Premium 303 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.