At One Place

HTTP 451 — Unavailable For Legal Reasons

HTTP 451
Unavailable For Legal Reasons
The content is blocked because of a legal demand — a court order, takedown notice, or government censorship.

What 451 actually means

The server can serve the content and has chosen not to, because the law where you are or where it operates says it must not. The number is a reference to Fahrenheit 451. The specification asks for an explanation in the body, and for a `Link` header with `rel="blocked-by"` naming the entity that imposed the block — transparency being the whole point of having a distinct code rather than a generic 403.

Common causes

  • A copyright takedown or court injunction
  • Government-mandated censorship or a national block
  • Geographic restrictions imposed by law rather than by licensing preference
  • GDPR-driven blocking of visitors from the EU by publishers who chose not to comply
  • A regulator ordering removal of specific content

If you're just trying to view the page

  1. Nothing on the site's end — this is a deliberate legal block, not a fault
  2. The restriction is often geographic, so it may not apply from another country
  3. Read the page body: a compliant 451 names who demanded the block, which is your route to appeal or complain
  4. Check the Lumen database, which archives many of the takedown notices behind these blocks

If it's your site

  1. Explain in the body who imposed the block and on what basis, and include a `Link: <…>; rel="blocked-by"` header
  2. Use 451 only for legal demands; a licensing or business decision is a 403
  3. Do not use it as a general geoblock — that misrepresents commercial choices as legal compulsion
  4. Note that an intermediary, not just the origin, may be the party returning it

Reference

Status code
451
Reason phrase
Unavailable For Legal Reasons
Category
4xx — Client Error
Defined in
RFC 7725 §3

Common questions

What does HTTP 451 mean?
The content is blocked because of a legal demand — a court order, takedown notice, or government censorship. The server can serve the content and has chosen not to, because the law where you are or where it operates says it must not. The number is a reference to Fahrenheit 451.
How do I fix a 451 error?
Nothing on the site's end — this is a deliberate legal block, not a fault
Is 451 a client error or a server error?
451 is in the 4xx range, which means client error. The request itself was the problem, so retrying it unchanged will usually return the same code.

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