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 "php" } {
pool pool2 }
If a user connects to http:/.10.1.100/foo.html, which pool will receive the request?
A site needs to terminate client HTTPS traffic at the BIG-IP and forward that traffic unencrypted.
Which two are profile types that must be associated with such a virtual server? (Choose two.)