HTTP 451 Unavailable For Legal Reasons
What a 451 Unavailable For Legal Reasons response means, why it happens, and the fastest ways to fix it.
The content is blocked for legal reasons — censorship, court orders, or GDPR-motivated geo-blocks. Named after Fahrenheit 451.
- News sites blocking EU visitors instead of complying with GDPR.
- Region-restricted content under court order.
- Nothing client-side to fix; the block is a policy decision by the operator.
Notes
HTTP status codes are defined in RFC 9110 (which replaced RFC 7231). The first digit is the class: 1xx informational, 2xx success, 3xx redirection, 4xx client error, 5xx server error.
Same class: 400 · 401 · 403 · 404 · 405 · 408 · 409 · 410 · 412 · 413 · 415 · 418 · 422 · 425 · 429 · 431
All codes: HTTP status code reference
Frequently asked questions
What does HTTP 451 mean?
HTTP 451 Unavailable For Legal Reasons: The content is blocked for legal reasons — censorship, court orders, or GDPR-motivated geo-blocks. Named after Fahrenheit 451.
How do I fix a 451 error?
Nothing client-side to fix; the block is a policy decision by the operator.
Is a 451 my fault or the server's?
451 is a client error — the request itself needs to change, though server misconfiguration can also trigger it.