diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 15:14:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 15:14:10 +0000 |
commit | 8ed44e8dfbe2182696becc3ca8a9950888251503 (patch) | |
tree | 28f9e3b26fedd0c2041898e53abb81799b5f5b38 /tests/data/test88 | |
parent | f617c1131a939b88544d7923db557437df31e433 (diff) |
New authentication code added, particularly noticable when doing POST or PUT
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication
and when done perform the requested POST.
Diffstat (limited to 'tests/data/test88')
-rw-r--r-- | tests/data/test88 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/data/test88 b/tests/data/test88 index 401de7ba0..f1caba4bc 100644 --- a/tests/data/test88 +++ b/tests/data/test88 @@ -62,12 +62,10 @@ four is the number of lines ^User-Agent:.* </strip> <protocol> -PUT /88 HTTP/1.1
+HEAD /88 HTTP/1.1
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: */*
-Content-Length: 85
-Expect: 100-continue
PUT /88 HTTP/1.1
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/88", response="78a49fa53d0c228778297687d4168e71"
|