At One Place

HTTP 510 — Not Extended

HTTP 510
Not Extended
An obsolete code from an abandoned extension framework; the server wanted extra information the request did not carry.

What 510 actually means

Defined by RFC 2774, an experimental HTTP extension framework that was moved to Historic status and never saw real adoption. IANA now marks the code as obsoleted. The original idea was that a server could declare "your request needs to declare which extensions it uses", and answer 510 when it did not. Nothing meaningful uses it today, and encountering one means something unusual is going on.

Common causes

  • A server implementing the abandoned RFC 2774 extension framework
  • A bespoke API borrowing the code to mean "missing required extension"

If you're just trying to view the page

  1. Nothing — this is an obsolete code and effectively never appears in normal use
  2. Report the URL to the site owner if you genuinely encountered it

If it's your site

  1. Do not use 510; it is obsoleted and no client implements sensible behaviour for it
  2. Use 400 or 428 with a clear body if you need to demand something extra from the client

Reference

Status code
510
Reason phrase
Not Extended
Category
5xx — Server Error
Cacheable by default
No
Defined in
RFC 2774 §7 (obsoleted)

Common questions

What does HTTP 510 mean?
An obsolete code from an abandoned extension framework; the server wanted extra information the request did not carry. Defined by RFC 2774, an experimental HTTP extension framework that was moved to Historic status and never saw real adoption. IANA now marks the code as obsoleted.
How do I fix a 510 error?
Nothing — this is an obsolete code and effectively never appears in normal use
Is 510 a client error or a server error?
510 is in the 5xx range, which means server error. The request was acceptable but the server could not fulfil it, so retrying later can succeed.

Related pages

Sources

  1. Hypertext Transfer Protocol (HTTP) Status Code Registry — IANA
  2. RFC 9110: HTTP Semantics — IETF

How these figures are compiled and checked