200 OK
The request has succeeded. The meaning depends on the HTTP method used.
Definition (RFC 9110)
HTTP status code 200 200 OK is defined in RFC 9110 (HTTP Semantics), Section 15.3.1 — the current authoritative specification for HTTP semantics, published June 2022, which obsoletes the older RFC 7231 and RFC 2616.
Description
The 200 OK status code indicates that the request has succeeded. The response body contains the requested data.
For GET requests, the response contains the requested resource. For POST requests, it contains the result of the action.
Check your website's HTTP status code
Check now →