(ISC)2
301B · Question #44
An LTM Specialist is setting up a monitor for an HTTP 1.1 server. The response to a GET / is: HTTP/1.1 302 Moved Temporarily Which send string settings should the LTM Specialist use to force a proper
The correct answer is B. GET /new/location.html HTTP/1.1\r\nHost: www.example.com\r\nConnection: Close\r\n\r\n. See the full explanation below for the reasoning.
Question
An LTM Specialist is setting up a monitor for an HTTP 1.1 server. The response to a GET / is:
HTTP/1.1 302 Moved Temporarily
Which send string settings should the LTM Specialist use to force a proper response?
Options
- AGET / HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n
- BGET /new/location.html HTTP/1.1\r\nHost: www.example.com\r\nConnection: Close\r\n\r\n
- CGET / HTTP/1.1\r\nHost: www.example.com/new/location.html\r\nConnection: Close\r\n\r\n
- DGET /new/location.html HTTP/1.1\r\nHost: host.domain.com/new/locations.html\r\nConnection: Close\r\n\r\n
How the community answered
(17 responses)- A6% (1)
- B71% (12)
- C18% (3)
- D6% (1)
Community Discussion
No community discussion yet for this question.