Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Option to stop blindly following redirections.#674

You have a nice feature that allows users to select which responses are valid and which are invalid. I love this feature. I have an endpoint that I want to consider 401 response valid and any other response invalid. So, I move the 401 to the green section and the rest to the red section, and the monitor works just fine.

The problem is when I try to do the same with 30X codes. I move the 302 code to the green section and the rest to the red section, and the monitor is down because it is receiving a 200 code from the destination page. In my case, I don’t care about the destination page. I just want to make sure the endpoint is redirecting and not serving a direct response.

With the current logic, HTTP codes in the 30X range are impossible to test. Please, give users the option to test 30X responses.

a year ago