303 Web TestEngine demo

Exit VCEDump 303 BIG-IP ASM Specialist
Question 58 of 79
0% complete
Q58 Single choice

An LTM Specialist must log all HTTP requests that contain the string "cmd=" in the URI to an external syslog server.
Which iRule achieves this goal most efficiently?

when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] contains "cmd="} {
HSL::send $hsl "[HTTP::uri] from [IP::client_addr]"
}
}

Where should $hsl be defined?

Sign in to mark questions

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

Sign in