Successful

There is no content to send for this request, but the headers may be useful. The user-agent may update its cached headers for this resource with the new ones.

This response code means the returned meta-information is not exactly the same as is available from the origin server, but is collected from a local or a third-party copy. This is mostly used for mirrors or backups of another resource. Except for that specific case, the "200 OK" response is preferred to this status.

The request has been received but not yet acted upon. It is noncommittal, since there is no way in HTTP to later send an asynchronous response indicating the outcome of the request. It is intended for cases where another process or server handles the request, or for batch processing.

The request has succeeded and a new resource has been created as a result. This is typically the response sent after POST requests, or some PUT requests.

The request has succeeded. The meaning of the success depends on the HTTP method:

  • GET

    The resource has been fetched and is transmitted in the message body.

  • HEAD

    The entity headers are in the message body.

  • PUT/POST

    The resource describing the result of the action is transmitted in the message body.

  • TRACE

    The message body contains the request message as received by the server.

Share