5xx Server Error
HTTP 510 Not Extended
The server requires further extensions to the request in order to fulfill it. The server provides information about the extensions it requires in the response.
Common Causes
- Server requires an HTTP extension not included in the request
- Missing mandatory extension header
- Client not supporting a required server extension
How to Fix
- 1Add the required extension headers to your request
- 2Check server documentation for required extensions
- 3Update your HTTP client to support the needed extensions
Example
HTTP 510 Not Extended
GET /resource HTTP/1.1 → 510 Not Extended → "This resource requires the Foo-Extension header"