HTTP 451

A 451 status code returned by the Defense Distributed website to a client in Pennsylvania, July 30, 2018.[1]

In computer networking, HTTP 451 Unavailable For Legal Reasons is an error status code of the HTTP protocol to be displayed when the user requests a resource which cannot be served for legal reasons, such as a web page censored by a government. The number 451 is a reference to Ray Bradbury's 1953 dystopian novel Fahrenheit 451, in which books are outlawed.[2] 451 could be described as a more explanatory variant of 403 Forbidden.[3] This status code is standardized in RFC 7725.

Examples of situations where an HTTP 451 error code could be displayed include web pages deemed a danger to national security, or web pages deemed to violate copyright, privacy, blasphemy laws, or any other law or court order.

The RFC is specific that a 451 response does not indicate whether the resource exists but requests for it have been blocked, if the resource has been removed for legal reasons and no longer exists, or even if the resource has never existed, but any discussion of its topic has been legally forbidden (see superinjunction).[4] Some sites have previously returned HTTP 404 (Not Found) or similar if they are not legally permitted to disclose that the resource has been removed. Such a tactic is used in the United Kingdom by some internet service providers utilising the Internet Watch Foundation blacklist, returning a 404 message or another error message instead of showing a message indicating the site is blocked.[5][6]

The status code was formally proposed in 2013 by Tim Bray, following earlier informal proposals by Chris Applegate[7] in 2008 and Terence Eden[8] in 2012. It was approved by the IESG on December 18, 2015.[9] It was published as RFC 7725 in February 2016.

HTTP 451 was mentioned by the BBC's From Our Own Correspondent program, as an indication of the effects of sanctions on Sudan and the inability to access Airbnb, iOS's App Store, or other Western web services.[10]

After introduction of the GDPR in European Economic Area (EEA) many websites located outside EEA started to serve HTTP 451 instead of taking measures to comply with this new privacy law.[11]

Usage

When an entity blocks access to a resource and returns status 451, it should include a "Link" HTTP header field whose value is a URI reference identifying itself. When used for this purpose, the "Link" header field must have a "rel" parameter whose value is "blocked-by".[12]

Example

HTTP/1.1 451 Unavailable For Legal Reasons
Link: <https://spqr.example.org/legislatione>; rel="blocked-by"
Content-Type: text/html

<html>
 <head><title>Unavailable For Legal Reasons</title></head>
 <body>
  <h1>Unavailable For Legal Reasons</h1>
  <p>This request may not be serviced in the Roman Province
  of Judea due to the Lex Julia Majestatis, which disallows
  access to resources hosted on servers deemed to be
  operated by the People's Front of Judea.</p>
 </body>
</html>

See also

References

  1. "Attorney General Shapiro, Governor Wolf, State Police Successfully Block Access to 3D Downloadable Guns in Pennsylvania".
  2. Flood, Alison (June 22, 2012). "Call for Ray Bradbury to be honoured with internet error message". The Guardian. Retrieved June 22, 2012.
  3. Ducklin, Paul (August 19, 2013). "HTTP error code 451: "Unavailable For Legal Reasons"". Naked Security. Sophos.
  4. RFC 7725, §3
  5. "If the request is for the blocked content then the proxy server will return a 404 error page to the customer" https://wiki.openrightsgroup.org/wiki/Cleanfeed
  6. "TCP Reset is sent back to the customer instead of content." https://www.theguardian.com/technology/blog/2008/dec/08/internet-censorship-wikipedia-diagram
  7. "There is no HTTP code for censorship". December 9, 2008. Retrieved December 23, 2015.
  8. Byrne, Michael (21 December 2015). "The HTTP 451 Error Code for Censorship Is Now an Internet Standard". Vice. Retrieved 21 December 2015.
  9. "Why 451?". December 18, 2015. Retrieved December 20, 2015.
  10. Sally Hayden (28 September 2017). From Our Own Correspondent (radio). BBC Radio 4.
  11. Matt Burgess (2018-08-29). "The tyranny of GDPR popups and the websites failing to adapt". WIRED. Retrieved 2018-10-01.
  12. "An HTTP Status Code to Report Legal Obstacles". IETF Tools. February 2016. Retrieved 2018-01-16.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.