ExamGecko
Home Home / F5 / 301b
Question list
Search
Search

List of questions

Search

Related questions











Question 78 - 301b discussion

Report
Export

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

Location: http://www.example.com/new/location.html

Which send string settings should the LTM Specialist use to force a proper response?

A.
GET / HTTP/1.0\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n
Answers
A.
GET / HTTP/1.0\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n
B.
GET /new/location.html HTTP/1.1\r\nHost: www.example.com\r\nConnection: Close\r\n\r\n
Answers
B.
GET /new/location.html HTTP/1.1\r\nHost: www.example.com\r\nConnection: Close\r\n\r\n
C.
GET / HTTP/1.1\r\nHost: www.example.com/new/location.html\r\nConnection: Close\r\n\r\n
Answers
C.
GET / HTTP/1.1\r\nHost: www.example.com/new/location.html\r\nConnection: Close\r\n\r\n
D.
GET /new/location.html HTTP/1.1\r\nHost: host.domain.com/new/locations.html\r\nConnection: Close\r\n\r\n
Answers
D.
GET /new/location.html HTTP/1.1\r\nHost: host.domain.com/new/locations.html\r\nConnection: Close\r\n\r\n
Suggested answer: B
asked 24/09/2024
chalapathy naidu
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first