diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-29 10:47:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-29 10:47:13 +0000 |
commit | e6b45a66ecbfea6ec6f7fbb2442a8d5f0640177e (patch) | |
tree | 842cf3a419f8302fc0539b92666eb67f9308e648 /tests/data/test153 | |
parent | b34c40dcf550d0597e4926fca459350bbe3c36f4 (diff) |
updated to work with the new Digest code
Diffstat (limited to 'tests/data/test153')
-rw-r--r-- | tests/data/test153 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test153 b/tests/data/test153 index 66252ca17..a368a7b89 100644 --- a/tests/data/test153 +++ b/tests/data/test153 @@ -86,7 +86,7 @@ Pragma: no-cache Accept: */*
GET /1530002 HTTP/1.1
-Authorization: Digest username="testuser", realm="testrealm", nonce="999999", uri="/1530002", response="2f27c3218067948ccc8187cfe23881ee"
+Authorization: Digest username="testuser", realm="testrealm", nonce="999999", uri="/1530002", cnonce="MTA4MzIy", nc="00000001", qop="auth", response="25291c357671604a16c0242f56721c07", algorithm="MD5"
User-Agent: curl/7.11.0-CVS (i686-pc-linux-gnu) libcurl/7.11.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS
Host: 127.0.0.1:8999
Pragma: no-cache
|