Success

200 200 OK

The request succeeded and the server returned the page or data you asked for. This is the response a healthy website gives for every normal page view.

Common causes

  • Nothing is wrong — but a 200 on a page that should have failed is its own problem.
  • Some applications return 200 with an error message in the body, a "soft 404", which hides broken pages from monitoring and keeps dead URLs in search results.

How to fix it

  • If you are seeing 200 where you expected an error, make sure your application sets the status code as well as rendering the error text.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website