Successful
HTTP 200: OK
HTTP 200 means the request succeeded.
Meaning
The server processed the request and returned the expected response.
Common causes
This is the normal success response for many GET, POST, and API requests.
What to check
No fix is needed. If the body is wrong, debug the application response rather than the status code.
Example response
HTTP/1.1 200 OKReferences
- Registry
- IANA HTTP Status Code Registry
- Spec
- RFC 9110 §15.3.1
- Guide
- MDN 200 OK
Related HTTP status codes
Nearby codes often answer the next debugging question.