]> granicus.if.org Git - apache/commitdiff
Add info about Opera supporting MD5 Authentication.
authorLars Eilebrecht <lars@apache.org>
Tue, 2 Oct 2001 20:21:21 +0000 (20:21 +0000)
committerLars Eilebrecht <lars@apache.org>
Tue, 2 Oct 2001 20:21:21 +0000 (20:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91242 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.html

index f20ae0b225ba3887e838e0f3a6e96b984cf4691c..91eef54dce5ef383f451253ee6470d52a11c0555 100644 (file)
 
     <p><strong>Note:</strong> MD5 authentication provides a more
     secure password system than Basic authentication, but only
-    works with supporting browsers. As of this writing (July 1999),
+    works with supporting browsers. As of this writing (October 2001),
     the only major browsers which support digest authentication are
-    <a href="http://www.microsoft.com/windows/ie/">Internet
-    Explorer 5.0</a> and <a
-    href="http://www.w3.org/Amaya/">Amaya</a>. Therefore, we do not
-    recommend using this feature on a large Internet site. However,
-    for personal and intra-net use, where browser users can be
-    controlled, it is ideal.</p>
+    <a href="http://www.opera.com/">Opera 4.0</a>,
+    <a href="http://www.microsoft.com/windows/ie/">MS Internet
+    Explorer 5.0</a> and <a href="http://www.w3.org/Amaya/">Amaya</a>.
+    Therefore, we do not yet recommend using this feature on a large
+    Internet site. However, for personal and intra-net use, where
+    browser users can be controlled, it is ideal.</p>
     <hr />
 
     <h2><a id="authdigestfile"