301b Exam QuestionsBrowse all questions from this exam

301b Exam - Question 153


-- Exhibit

-- Exhibit --

Refer to the exhibit.

An HTTP monitor always marks the nodes in the pool as down. The monitor's definition and the HTTP headers from the monitor request and response are provided.

What is the issue?

Show Answer
Correct Answer: BD

The issue lies in the fact that the HTTP monitor is not configured to follow the redirect. The response from the server is an HTTP 301 Moved Permanently, which indicates a redirect to a different URL. Since the monitor does not follow the redirect, it never receives the expected '200 OK' response and therefore marks the nodes as down.

Discussion

3 comments
Sign in to comment
estampie
Jul 30, 2021

There is no 200 OK in the response, do I miss something here?

imalcolm2020
Aug 17, 2021

it's a redirect. Code: 301

SimonR2Option: D
Sep 10, 2021

From what I can see, it looks like the webmail URI is missing the trailing slash in the send string so the webserver is sending a redirect

GVKDOption: B
Feb 13, 2024

B - Correct Modifying the monitor send string to issue a request to the redirection target To correct the redirection target issue, modify the health monitor send string to send a request for the redirection target instead of the page which generates the redirect or refresh. https://my.f5.com/manage/s/article/K3224#meta