diff options
Diffstat (limited to 'test/files/41-auth-digest.t')
-rw-r--r-- | test/files/41-auth-digest.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/41-auth-digest.t b/test/files/41-auth-digest.t new file mode 100644 index 0000000..53065b0 --- /dev/null +++ b/test/files/41-auth-digest.t @@ -0,0 +1,8 @@ +>>>
+GET / HTTP/1.1
+Host: www.example.com
+Authorization: Digest username="ivanr", realm="Book Review",
+ nonce="OgmPjb/jAwA=7c5a49c2ed9416dba1b04b5307d6d935f74a859d",
+ uri="/review/", algorithm=MD5, response="3c430d26043cc306e0282635929d57cb",
+ qop=auth, nc=00000004, cnonce="c3bcee9534c051a0"
+
|