Commit e5eb3586 authored by Lars Eilebrecht's avatar Lars Eilebrecht
Browse files

Add info about Opera supporting MD5 Authentication.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91242 13f79535-47bb-0310-9956-ffa450edef68
parent fc5c311d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -85,14 +85,14 @@

    <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"