Darshit Shah <[email protected]> writes: > I was writing a test for Digest Authentication. But I couldn't get Wget to > respond correctly to a RFC 2067 Digest Authentication Header. > The Header I was using was: > > WWW-Authenticate: Digest realm="Test", nonce="MC40OTIwNTM5NzAwMjA1ODk1", > opaque="MC40NjY4ODkxODc1NjEzMjUxNA=="
I have tried this response and wget just crashes here. What is the value for `algorithm' at http.c:3763 (current master version, b8f036d16c) when you run it? I think we should set the default value to "MD5". I must specify both algorithm and qop in the response. Cheers, Giuseppe
