F5
F50-531 · Question #39
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::uri] ends_with…
The correct answer is D. Unknown. The pool cannot be determined from the information provided. See the full explanation below for the reasoning.
Question
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::uri] ends_with request?
Options
- Apool1
- Bpool2
- CNone. The request will be dropped.
- DUnknown. The pool cannot be determined from the information provided.
How the community answered
(52 responses)- A13% (7)
- B8% (4)
- C6% (3)
- D73% (38)
Community Discussion
No community discussion yet for this question.