HTTP 451

Przykładowe okno przedstawiające błąd 451

HTTP 451 – kod błędu odpowiedzi HTTP wskazującego zawartość niedostępną z powodów prawnych (ang. Unavailable For Legal Reasons). Wyświetlany jest na danej stronie internetowej przy żądaniu dostępu do treści, które z powodów prawnych nie mogą zostać przekazane użytkownikowi. W takiej sytuacji owe treści są blokowane przez dostawcę Internetu, a nie serwer główny[1]. Liczba 451 jest nawiązaniem do powieści 451 stopni Fahrenheita[2].

Przykłady

//Przykład kodu błędu HTTP 451
HTTP/1.1 451 Unavailable For Legal Reasons
Link: ; 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>


Przykłady sytuacji w których może zostać wyświetlony kod błędu 451 to m.in. sytuacje w których dana strona[3]:

  • Zagraża bezpieczeństwu wewnętrznemu państwa;
  • Narusza prawa autorskie;
  • Narusza cudzą prywatność;
  • Bądź inne prawo lub wyrok sądowy.

Zobacz też

Przypisy

  1. Łukasz Kotkowski, Jeśli napotkasz w Sieci błąd 451, to wiedz, że coś się dzieje [online], 21 grudnia 2015 [dostęp 2018-01-22] (pol.).
  2. Mark Nottingham, mnot’s blog: Why 451? [online], www.mnot.net [dostęp 2018-01-22] (ang.).
  3. RFC 7725 ↓.

Linki zewnętrzne

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.