From 07bb0d6ad5212e19e9a24684778089e2893580e9 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Digest authentication provides a more secure password system - than Basic authentication, but only works with supporting - browsers. As of November 2002, the major browsers that support digest - authentication are Opera, MS Internet - Explorer (fails when used with a query string - see "Working with MS Internet Explorer" below for a workaround), Amaya, Mozilla and Netscape since version 7. Since digest - authentication is not as widely implemented as basic - authentication, you should use it only in controlled environments.
+Digest authentication is more secure than Basic authentication, + but only works with supporting browsers. As of September 2004, major + browsers that support digest authentication include Amaya, Konqueror, MS Internet Explorer + for Mac OS X and Windows (although the Windows version fails when + used with a query string -- see "Working with MS + Internet Explorer" below for a workaround), Mozilla, + Netscape 7, Opera, and Safari. lynx does not + support digest authentication. Since digest authentication is not as + widely implemented as basic authentication, you should use it only + in environments where all users will have supporting browsers.
The Digest authentication implementation in current Internet
- Explorer implementations has known issues, namely that GET
- requests with a query string are not RFC compliant. There are a
- few ways to work around this issue.
GET
requests with a query string are not RFC compliant.
+ There are a few ways to work around this issue.
The first way is to use POST
requests instead of
diff --git a/docs/manual/mod/mod_auth_digest.xml.ko b/docs/manual/mod/mod_auth_digest.xml.ko
index f90a9dc088..4318f56163 100644
--- a/docs/manual/mod/mod_auth_digest.xml.ko
+++ b/docs/manual/mod/mod_auth_digest.xml.ko
@@ -1,7 +1,7 @@
-
+