From 8ed44e8dfbe2182696becc3ca8a9950888251503 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Apr 2004 15:14:10 +0000 Subject: 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. --- tests/data/test88 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/data/test88') 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:.* -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" -- cgit v1.2.3