From 3e1caa61859a6057a65eb7c1585d47e05026c4f2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Nov 2004 16:11:35 +0000 Subject: HTTP "auth done right". See lib/README.httpauth --- tests/data/test88 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/data/test88') diff --git a/tests/data/test88 b/tests/data/test88 index a07b3a3e1..e6e2e4779 100644 --- a/tests/data/test88 +++ b/tests/data/test88 @@ -66,10 +66,12 @@ four is the number of lines ^User-Agent:.* -HEAD /88 HTTP/1.1 +PUT /88 HTTP/1.1 Host: 127.0.0.1:%HTTPPORT Pragma: no-cache Accept: */* +Content-Length: 0 +Expect: 100-continue PUT /88 HTTP/1.1 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/88", response="78a49fa53d0c228778297687d4168e71" -- cgit v1.2.3