Reference guide · http-status · Published 2026-08-16 · 3 min read

HTTP 451 unavailable for legal reasons

HTTP 451 unavailable for legal reasons meaning, RFC 7725 Link header, and how it differs from 403 and 404 in practice.

What 451 means

451 Unavailable For Legal Reasons is the HTTP status code that says "the server is deliberately refusing to serve this resource because of a legal demand". It was proposed in 2015 and standardised in RFC 7725, named for Ray Bradbury's *Fahrenheit 451*. The operator is not saying the content does not exist, and is not saying the visitor is forbidden on identity grounds; it is saying a court order, a takedown notice, a data-protection removal, or a country-specific law removed or blocks this resource.

RFC 7725 asks servers to include a Link header pointing to the source of the legal demand when it can be shared:

HTTP/1.1 451 Unavailable For Legal Reasons
Link: <https://www.example.com/legal-notices/2016-01/451-takedown>; rel="blocked-by"
Content-Type: text/html

When sites actually send it

How it differs from the other refusals

CodeMeaningUser perspective
404Resource not foundIt never existed, or it is gone with no reason stated
403ForbiddenThe server knows it; the visitor is not allowed
410GoneIt existed and is gone for good, deliberately
451Unavailable for legal reasonsA legal order removed it

The point of 451 is honesty and transparency: it lets a request tell a crawler "this resource exists but cannot be served", which matters for journalists, indexed archives, and compliance dashboards. It is the only code whose meaning is explicitly a legal trigger.

The operational nuance

Reference

See the full status code reference for where 451 sits between the 4xx family and the redirects.

Need a website built, fixed, optimised, migrated or replaced?

This technical resource is written by CSMBAC, a small design and development studio. If you would rather hand the problem to a professional, the website service page explains how we build enquiry-ready websites.

Explore website services