mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix #72915: *Only* basic and digest authentication supported
This commit is contained in:
parent
936691e744
commit
2d1981cc30
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<varname>PHP_AUTH_USER</varname>, <varname>PHP_AUTH_PW</varname>,
|
||||
and <varname>AUTH_TYPE</varname> set to the user name, password and
|
||||
authentication type respectively. These predefined variables are found
|
||||
in the <varname>$_SERVER</varname> array. Both "Basic" and "Digest"
|
||||
in the <varname>$_SERVER</varname> array. <emphasis>Only</emphasis> "Basic" and "Digest"
|
||||
authentication methods are supported. See the
|
||||
<function>header</function> function for more information.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue