Mailinglisten-Archive |
On Fri, 4 Jun 1999, andreas amalesh kempf wrote: > was kann mit $PHP_AUTH_TYPE gemacht werden, bzw, welche werte hat > diese variable? > > Falls ich in der doku etwas übersehen haben sollte, bitte ich > freundlichst um ein hinweis auf die entsprechende stelle (ja, > features.html habe ich gelesen) Hast vollkommen recht, ein grep im manual/html zeigt genau auf diese eine Stelle: function to send an "Authentication Required" message to the client browser causing it to pop up a Username/Password input window. Once the user has filled in a username and a password, the URL containing the PHP script will be called again with the variables, $PHP_AUTH_USER, $PHP_AUTH_PW and $PHP_AUTH_TYPE set to the user name, password and authentication type respectively. Only "Basic" authentication is supported at this point. See the <A HREF="function.header.html" Ich nehme deshalb an, dass $PHP_AUTH_TYPE nur den Wert "Basic" annehmen kann. -Egon
php::bar PHP Wiki - Listenarchive