Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.13 KB

File metadata and controls

23 lines (17 loc) · 1.13 KB
set code title references
5
510
Not Extended
.NET HTTP Status Enum Rust HTTP Status Constant Rails HTTP Status Symbol Go HTTP Status Constant Symfony HTTP Status Constant
HttpStatusCode.NotExtended
http::StatusCode::NOT_EXTENDED
:not_extended
http.StatusNotExtended
Response::HTTP_NOT_EXTENDED

The policy for accessing the resource has not been met in the request. The server should send back all the information necessary for the client to issue an extended request.

It is outside the scope of this specification to specify how the extensions inform the client.

If the 510 response contains information about extensions that were not present in the initial request then the client MAY repeat the request if it has reason to believe it can fulfill the extension policy by modifying the request according to the information provided in the 510 response. Otherwise the client MAY present any entity included in the 510 response to the user, since that entity may include relevant diagnostic information.