1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

http-auth.xml: remove mention of digest (#3625)

Digest HTTP Authentication example has been removed, but the mention of the content of the deleted paragraph remains
This commit is contained in:
Mikhail Alferov
2024-10-16 23:22:20 +03:00
committed by GitHub
parent 586809db1b
commit bdf9a4e402

View File

@@ -51,7 +51,7 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
uppercase "B", the realm string must be enclosed in double (not single) quotes,
and exactly one space should precede the <emphasis>401</emphasis> code in the
<emphasis>HTTP/1.0 401</emphasis> header line. Authentication parameters have
to be comma-separated as seen in the digest example above.
to be comma-separated.
</para>
</note>