tool::http-status-detail
451 Unavailable For Legal Reasons
The resource is unavailable due to legal restrictions.
상태 코드
451
이름
Unavailable For Legal Reasons
카테고리
4xx상세 설명
HTTP 451 Unavailable For Legal Reasons는 법적 이유로 리소스에 접근할 수 없음을 나타냅니다. 저작권 침해 신고(DMCA), 법원 명령, 정부 검열, GDPR 잊힐 권리 요청 등으로 인해 콘텐츠 접근이 차단될 때 사용됩니다. 이름은 레이 브래드버리의 소설 《화씨 451》에서 유래했습니다.
주요 원인
- ▸DMCA 저작권 침해 신고로 콘텐츠 차단
- ▸법원 명령에 의한 콘텐츠 제거
- ▸특정 지역에서 법률에 의한 접근 금지
- ▸GDPR 잊힐 권리(Right to be Forgotten) 요청으로 인한 삭제
해결 방법
- 1.451은 법적 의무에 따른 의도적인 응답입니다
- 2.법적 이유가 해소되면(저작권 만료 등) 콘텐츠를 복구할 수 있습니다
- 3.Link 헤더로 법적 요구를 발행한 기관 정보를 제공하세요
- 4.차단 이유와 담당 기관 정보를 응답에 포함하는 것을 권장합니다
관련 HTTP 헤더
Link응답 예시
HTTP/1.1 451 Unavailable For Legal Reasons
Link: <https://example.com/legal/notice>; rel="blocked-by"
Content-Type: application/json
{"error":"legal_restriction","message":"This content is unavailable due to a legal order"}관련 상태 코드
400Bad RequestThe server could not understand the request due to invalid syntax.→401UnauthorizedAuthentication is required and has failed or not been provided.→402Payment RequiredReserved for future use; some services use it for payment walls.→403ForbiddenThe server refuses to fulfill the request (authenticated but unauthorized).→404Not FoundThe requested resource could not be found.→
ad · 300×250
// related tools