* Rob Emanuele wrote:

> When using IE 6.0.2600 or the WinInet API which uses IE to retrieve data
> from a cgi that has params in the get request I get an error:
> 
> Digest: uri mismatch - </cgi%2Dbin/get_age.pl> does not match
> request-uri </cgi%2Dbin/get_age.pl?data=foo>
> 
> Is this a bug in the mod_auth_digest or in the way IE6 generates
> responses to a digest challenge?

It's a bug in IE, see also the note at 
<http://httpd.apache.org/docs-2.0/mod/mod_auth_digest.html#using>

> If I look at the packets going across
> the wire the Autorization header definitely says
> uri="/cgi%2Dbin/get_age.pl".

yes, that's the bug. The query string lacks.

nd
-- 
my @japh = (sub{q~Just~},sub{q~Another~},sub{q~Perl~},sub{q~Hacker~});
my $japh = q[sub japh { }]; print join       #########################
 [ $japh =~ /{(.)}/] -> [0] => map $_ -> ()  #            André Malo #
=> @japh;                                    # http://www.perlig.de/ #

Reply via email to