diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
commit | 3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch) | |
tree | 3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /tests/data/test154 | |
parent | 50eafb7668de871451ae556e5405f5ab01c937ff (diff) |
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'tests/data/test154')
-rw-r--r-- | tests/data/test154 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/test154 b/tests/data/test154 index 07be0c6b4..010137ece 100644 --- a/tests/data/test154 +++ b/tests/data/test154 @@ -72,10 +72,12 @@ four is the number of lines ^User-Agent:.* </strip> <protocol> -HEAD /154 HTTP/1.1
+PUT /154 HTTP/1.1
Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
+Content-Length: 85
+Expect: 100-continue
PUT /154 HTTP/1.1
Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/154", response="b71551e12d1c456e47d8388ecb2edeca"
|