301-Moved-Permanently

HTTP Status 301 (Moved Permanently)

HTTP Status 301 indicates that the requested resource has been permanently moved to a new location specified by the ‘Location’ header.

HTTP Status

HTTP Status 204 (No Content)

HTTP Status 204 (No Content) indicates that the server has successfully fulfilled the request and that there is no content to send in the response payload body. Server might want to return updated meta information in the form of entity-headers, which if present SHOULD be applied to current document’s active view if any.

HTTP Status

HTTP Status 202 (Accepted)

HTTP Status 202 (RFC-7231) indicates that the request has been accepted for processing, but the processing has not been completed. This status code is useful when the actual operation is asynchronous in nature.

HTTP Status

HTTP Status 201 (Created)

HTTP Status 201 indicates that, as a result of an ‘HTTP POST’ request, one or more new resources have been successfully created on the server.

HTTP Status

HTTP Status Code 200 (OK)

The HTTP Status 200 (OK) status code indicates that the request has been processed successfully on the server. The response payload depends on the HTTP method that was selected for the request.