mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-07 11:12:30 +01:00
d8a693bf27
* Removes line length limit from Status Code Markdown This will make the data easier to use when we develop the API, it needs to be consistent, arbitrary new lines (especially in text format) will be a major issue, so some sort of workaround would have to be implemented, easier to simply fix the source files. * Removes line length limit from misc. Markdown files
974 B
974 B
set | code | title | references | ||||
---|---|---|---|---|---|---|---|
5 | 510 | 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.
- Source: RFC2774 Section 7