From daeb1431775b5f6fb561ae7f884e7fb3f1cd2226 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Jun 2004 09:20:04 +0000 Subject: test 176, use --ntlm and POST when the server doesn't require any auth --- tests/data/test176 | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 tests/data/test176 (limited to 'tests/data/test176') diff --git a/tests/data/test176 b/tests/data/test176 new file mode 100644 index 000000000..a270110f7 --- /dev/null +++ b/tests/data/test176 @@ -0,0 +1,76 @@ +# Server-side + +# the first request has NTLM type-1 included, and then the 1001 is returned + +HTTP/1.1 200 beng swsclose swsbounce +Server: Microsoft-IIS/6.0 +Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth +Content-Type: text/html; charset=iso-8859-1 + + + +# the second request should be auth-less and then this is returned. + +HTTP/1.1 200 moo swsclose +Server: Microsoft-IIS/6.0 +Content-Type: text/html; charset=iso-8859-1 + +content for you + + + +HTTP/1.1 200 beng swsclose swsbounce +Server: Microsoft-IIS/6.0 +Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth +Content-Type: text/html; charset=iso-8859-1 + +HTTP/1.1 200 moo swsclose +Server: Microsoft-IIS/6.0 +Content-Type: text/html; charset=iso-8859-1 + +content for you + + + + +# Client-side + +# require SSL since we need that for NTLM + +SSL + + +http + + +HTTP POST --ntlm to server not requiring any auth at all + + +http://%HOSTIP:%HOSTPORT/176 -u auser:apasswd --ntlm -d "junkelijunk" + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +HEAD /176 HTTP/1.1 +Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA= +User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + +POST /176 HTTP/1.1 +User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* +Content-Length: 11 +Content-Type: application/x-www-form-urlencoded + +junkelijunk + + -- cgit v1.2.3