From: André Malo AuthDigestEnableQueryStringHack
-
option below for a workaround), Amaya, Mozilla and Netscape since version 7. Since digest authentication is not
+ 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.
Apache also provides a workaround in the +
Since version 2.0.51 Apache also provides a workaround in the
AuthDigestEnableQueryStringHack
environment variable.
- If AuthDigestEnableQueryStringHack
is true for the
+ If AuthDigestEnableQueryStringHack
is set for the
request, Apache will take steps to work around the MSIE bug and
remove the request URI from the digest comparison. Using this
method would look similar to the following.