Thanks. I found that too. Is this listed anywhere in Microsoft's Knowledge Base?
Any suggestions for a workaround? Praying for a hotfix, Rob -----Original Message----- From: Andr� Malo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 10:26 AM To: [EMAIL PROTECTED] Subject: Re: Mod_auth_digest URI Mismatch * 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/ #
