From 6c58a50db91f3956347618f6c20dbce13f94cd59 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?= 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.