httpstatuses/contents/codes/510.md

27 lines
907 B
Markdown
Raw Normal View History

2015-11-06 22:55:41 +01:00
---
set: 5
code: 510
title: Not Extended
references:
"Rails HTTP Status Symbol": ":not_extended"
2015-11-06 22:55:41 +01:00
---
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
2015-11-07 06:48:31 +01:00
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][1]
[1]: <http://tools.ietf.org/html/rfc2774#section-7>