| EE0-511 Exam |
| EE0-511 - Exam Information |
| Question of the day |
Given the rule below, which two statements are true? (Choose two.) rule ExampleRule { when HTTP_REQUEST { if { [HTTP::uri] contains "f5" } { pool pool1 } else { pool pool2 } } }
Answer(s)
The following request would be sent to pool1http://www.f5.com/f5training/index.html
The following request would be sent to pool1http://www.f5.com/f5/training/index.html