phpbar.de logo

Mailinglisten-Archive

[php] Authentication-Problem

[php] Authentication-Problem

Cyrill Schumacher webmasterbhs_(at)_bluewin.de
Mon, 17 Jan 2000 09:38:31 +0100


> tschöö ... Kai
> header( "HTTP/1.0 401 Unauthorized\n");
> header( "WWW-authenticate: basic realm='Test Authentication
System'\n");
> echo "Anmeldung nicht erfolgreich";

auch falsch es muß für die .cgi bzw .exe Version von php so lauten:

  Header("WWW-Authenticate: basic realm=\"$basicrealm\"");
  Header("Status: 401 Unauthorized");
  return false;
  exit;

Kiri



php::bar PHP Wiki   -   Listenarchive