Web Fundamentals · Flashcard

What does the 200 OK status code indicate?

  • AThe request succeeded and the response carries the result
  • BThe request was accepted but processing has not finished yet
  • CThe request was redirected to another location to complete
  • DThe request failed because the server hit an internal error

Why this is the answer

200 OK means the request succeeded and the payload describes the result. A 202 Accepted, by contrast, means processing is not yet complete.

Official docs
Study in Gnoseed →