Files
i2p.itoopie/installer/resources/proxy/auth-header_de.ht

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-11-18 11:53:08 +00:00
HTTP/1.1 407 Proxy Authorization Required
Content-Type: text/html; charset=UTF-8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.5
Proxy-Authenticate: Basic realm="I2P HTTP Proxy"
Cache-control: no-cache
Connection: close
Proxy-Connection: close
<html><head>
<title>Proxyautorisierung erforderlich</title>
<!-- we cannot have links to CSS or images here, but we could put in some simple inline style -->
</head>
<body>
<div class=warning id=warning>
<h3>Autorisierung für den I2P-HTTP-Proxy erforderlich</h3>
2010-12-19 03:33:54 +00:00
Dieser Proxy ist so eingestellt, dass er Zugang nur für gültige Kombinationen aus einem Benutzernamen und einem Passwort zulässt.
Bitte geben Sie Ihren Benutzernamen und Passwort an bzw. überprüfen Sie Ihre
2010-11-18 11:53:08 +00:00
<a href="http://127.0.0.1:7657/advancedconfig.jsp">Routereinstellungen</a>
oder Ihre
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel-Einstellungen</a>!
2010-12-19 03:33:54 +00:00
Um das Autorsierungserfordernis aufzuheben, entfernen Sie
2010-11-18 11:53:08 +00:00
<code>i2ptunnel.proxy.auth=basic</code> aus der betreffenden Tunneleinstellung, stoppen Sie den HTTP-Proxy-Tunnel dann und starten Sie ihn neu!
</div>