Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
title1) HTTP Status Code

The status includes standardized codes and messages for certain request outcomes. When working with web services you’ll commonly see:

  • 200 OK success message

  • 400 Client errors (e.g., 404 Not Found meaning the resource is missing or doesn't exist); or

  • 500 Server errors (e.g, 503 Service Unavailable) 

In the above screenshot, the status code of 201 means resource was successfully created.

...