From 25596ba6d2772aee3b0063c6b6027a1f1ef46544 Mon Sep 17 00:00:00 2001 From: Hiroaki Kawai Date: Mon, 18 Jul 2005 13:10:34 +0000 Subject: [PATCH] Fix typo. Submitted by: Daniel Lopez git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219484 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 45cacae108..3ae949113d 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -153,7 +153,7 @@ common method is Basic, and this is the method implemented by mod_auth_basic. 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: AuthType Digest. This method is implemented by mod_auth_digest and is much more secure. Only the most recent -- 2.40.0