201 Web TestEngine demo

Exit VCEDump 201 TMOS Administration
Question 30 of 39
0% complete
Q30 Single choice

A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it:

when HTTP_REQUEST { if { [HTTP::header UserAgent] contains "MSIE" }

{ pool MSIE_pool }

else { pool Mozilla_pool } If a user connects to http://10.10.1.100/foo.html and their browser does not specify a UserAgent, which pool will receive the request?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in