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
- Nothing on the site's end — this is a deliberate legal block, not a fault
- The restriction is often geographic, so it may not apply from another country
- Read the page body: a compliant 451 names who demanded the block, which is your route to appeal or complain
- Check the Lumen database, which archives many of the takedown notices behind these blocks
If it's your site
- Explain in the body who imposed the block and on what basis, and include a `Link: <…>; rel="blocked-by"` header
- Use 451 only for legal demands; a licensing or business decision is a 403
- Do not use it as a general geoblock — that misrepresents commercial choices as legal compulsion
- 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
- 404 Not Found The server is reachable and working, but there is nothing at the address you ask
- 403 Forbidden The server understood the request and is refusing to allow it, and logging in wi
- 401 Unauthorized You need to authenticate, and either you did not or your credentials were reject
- 429 Too Many Requests You have sent more requests than the service allows in a given period.
- 400 Bad Request The server could not understand the request because something about it is malfor
- 413 Content Too Large The request body is bigger than the server is willing to accept.
- 422 Unprocessable Content The request is well-formed and understood, but the data in it fails the rules.
- 405 Method Not Allowed The URL exists, but it does not accept the HTTP method you used.
- 409 Conflict The request cannot be completed because it clashes with the current state of the
- 415 Unsupported Media Type The server will not accept the format of the body you sent.
- 408 Request Timeout The server gave up waiting for the client to finish sending its request.
- 410 Gone The resource was deliberately removed and is not coming back, and there is no fo