Hi, 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==" To this, Wget simply exits with exit status -11 (That shouldn't happen either, right?) instead of sending the Authorization Header. I haven't yet tried a valid RFC 2617 Digest Header. Although it seems like it should work. Can someone please help me out here? -- Thanking You, Darshit Shah
