200

HTTP 200 OK

2xx Success

  1. Home
  2. > HTTP Status Codes >
  3. > 2xx >
  4. 200
2xx Success RFC 7231, Section 6.3.1

What is HTTP 200 OK?

The 200 (OK) status code is the standard response for successful HTTP requests. The response body depends on the request method: GET returns the requested resource; POST returns the result of the action; PUT returns the updated resource; DELETE often returns an empty body. This is the most common status code and indicates that everything worked as expected.

Common Use Cases

  • Successful page load
  • API returning requested data
  • Form submission success
  • File download
Help2Code Logo
Menu