Briefing F5 Knowledge

What is the issue?

Refer to the exhibit.
An LTM Specialist is troubleshooting an HTTP monitor that is marking a pool member as down. Connecting
to the pool member directly through a browser shows the application is up and functioning correctly.
ltm monitor http http_mon {
defaults-from http
destination *:*
interval 5
recv “200 OK”
send “GET /\\\\r\\\\n”time-until-up 0
timeout 16
}
What is the issue?

A.
The HTTP headers are compressed.

B.
The pool member is responding with a 404.

C.
The pool member is responding without HTTP headers.

D.
The request is NOT being received by the pool member.