mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Fix typo.
Submitted by: Daniel Lopez <daniel@rawbyte.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -153,7 +153,7 @@
|
||||
common method is <code>Basic</code>, and this is the method
|
||||
implemented by <module>mod_auth_basic</module>. It is important to be aware,
|
||||
however, that Basic authentication sends the password from the client to
|
||||
the browser unencrypted. This method should therefore not be used for
|
||||
the server unencrypted. This method should therefore not be used for
|
||||
highly sensitive data. Apache supports one other authentication method:
|
||||
<code>AuthType Digest</code>. This method is implemented by <module
|
||||
>mod_auth_digest</module> and is much more secure. Only the most recent
|
||||
|
Reference in New Issue
Block a user