URL Response
Check Overview
What is this check?
When you visit a webpage it returns a HTTP Status code, this tells the browser what type of content to expect, generally you'd want a webpage to return a 200 (OK) response but sometimes you might want to return a redirect or even block normal traffic from visiting the website.
Why is this important?
Giving the wrong status code as a response can cause issues not just for your users but also for search engines who won't index pages with codes such as 503 or 302.