407 Proxy Authentication Required

Authentifikation beim Proxy erforderlich.

Bedeutung

Der Client muss sich identifizieren, damit er einen Proxy nutzen darf.

Spezifikation von 407 Proxy Authentication Required

Der 407 Proxy Authentication Required HTTP Status Code ist ähnlich zu 401 Unauthorized, aber er zeigt an, dass der Client sich selbst authentifizieren muss, um einen Proxy benutzen zu können.

Der Proxy muss eine Proxy-Authenticate Antwort-Kopfzeile senden, die eine Herausforderung enthält, welche für den Proxy zu dieser Zielressource anwendbar ist. Der Client kann die Anfrage mit einer neuen oder ersetzten Proxy-Authorization Anfragekopfzeile wiederholen.

Spezifiziert wird der 407 Proxy Authentication Required HTTP Status Code durch Abschnitt 3.2. von RFC7235

Ausprobieren

🔧 Erzeuge eine Antwort mit dem HTTP Status Code 407

🔦 Checke den Status Code, die Anwort-Kopfzeilen und Weiterleitungsketten einer URL

Unterhaltsames

🐈 HTTP-Katze zu 407

🐩 HTTP Status Hund zu 407

HTTP-Versionen

  • HTTP 1.0
  • HTTP 1.1
  • HTTP 2
  • HTTP 3

Konstanten in Programmiersprachen

Ruby on Rails HTTP Status Symbol
 :proxy_authentication_required

Microsoft Windows Runtime API
HttpStatusCode.ProxyAuthenticationRequired

Go HTTP Status Constant
 http.StatusProxyAuthRequired

Symfony HTTP Status Constant
 Response::HTTP_PROXY_AUTHENTICATION_REQUIRED

Python2 HTTP Status Constant
 httplib.PROXY_AUTHENTICATION_REQUIRED

Python3+ HTTP Status Constant
 http.client.PROXY_AUTHENTICATION_REQUIRED

Python3.5+ HTTP Status Constant
 http.HTTPStatus.PROXY_AUTHENTICATION_REQUIRED