Hallo Henryk,
Doppel-Nö, bei Mozilla _sieht_ das so aus:
GET /my/ HTTP/1.1
...HTTP/1.0 401 Unauthorized
...GET /my/ HTTP/1.1
...
Authorization: Basic ...HTTP/1.0 200 OK
...GET /src/forum.css HTTP/1.1
...
Referer: http://forum.de.selfhtml.org/my/
Noe. Bei mir sieht das so aus:
GET /my/ HTTP/1.1
...
HTTP/1.0 401 Unauthorized
...
GET /my/ HTTP/1.1
Authorization: Basic ...
...
Referer: http://user:pass@forum.de.selfhtml.org/my/
...
HTTP/1.0 200 Ok
Die Logfiles bestaetigen das. Die Mozilla-Version ist
irgendeine kurz vor 1.0, aus dem CVS.
Zwei Sachen werden deutlich: a) die anfängliche
401-Meldung ist nicht eingespart wie anderswo in diesem
Thread behauptet,
ACK.
b) der Referer ist sauber.
NACK.
Gruesse,
CK