Versions Compared

Key

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

...

HTTP also provides a set of response status codes that inform the client how the request was handled. For example: 200 means OK, 201 means a new resource was created, 404 means the URL indicates a non-existing resourceresource does not exist, 405 means the HTTP method is not supported, etc. Servers should send back the most appropriate status code and clients should attempt to handle any valid status code appropriately.

...