HTTP 2xx

200 OK

The request succeeded. This is the normal response for a healthy page or API.

2xx SuccessCommonly seen

What causes it

  • The request completed and the server returned the expected content.

How to fix it

Nothing to fix. Note that an API can return 200 while its body still reports an error, which is why response-body assertions matter.

Example response

A typical raw HTTP response a client receives for a 200, with the headers this code is defined around.

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8

Know before your visitors do.

Sentinel checks your site around the clock from multiple regions and alerts you the moment it starts returning a 2xx error, so you can fix it before it costs you.