diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 08:55:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 08:55:58 +0000 |
commit | 56dab605f1f1010d7a97b29532d294ad5a6a83a9 (patch) | |
tree | 594a27ebfd3ea189bef3622f4e8d41b060bc6fd7 /tests/data/test1100 | |
parent | 3aa3d7e6293ae18ed2dd25cbfeddaecfbe6e6c78 (diff) | |
download | curl-56dab605f1f1010d7a97b29532d294ad5a6a83a9.tar.gz |
- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on
curl-library). The transfer was mistakenly marked to get more data to send
but since it didn't actually have that, it just hung there...
Diffstat (limited to 'tests/data/test1100')
-rw-r--r-- | tests/data/test1100 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tests/data/test1100 b/tests/data/test1100 index 7644aa2f4..40d9f641e 100644 --- a/tests/data/test1100 +++ b/tests/data/test1100 @@ -10,7 +10,7 @@ HTTP NTLM auth <reply> <data> -HTTP/1.1 200 Thanks for this, but we want to redir you! swsclose
+HTTP/1.1 200 Thanks for this! swsclose
Content-Length: 25
This is the final page ! @@ -48,9 +48,13 @@ WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4Ab HTTP/1.1 302 Thanks for this, but we want to redir you!
Server: Microsoft-IIS/5.0
Content-Type: text/html; charset=iso-8859-1
+Location: /1100
Content-Length: 34
-This is not the real page either! +HTTP/1.1 200 Thanks for this! swsclose
+Content-Length: 25
+
+This is the final page ! </datacheck> </reply> @@ -81,7 +85,7 @@ http://%HOSTIP:%HTTPPORT/1100 -u testuser:testpass --ntlm -L -d "stuff to send a <strippart> s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/ </strippart> -<protocol nonewline="yes"> +<protocol> POST /1100 HTTP/1.1
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
@@ -98,7 +102,11 @@ Accept: */* Content-Length: 18
Content-Type: application/x-www-form-urlencoded
-stuff to send away +stuff to send awayGET /1100 HTTP/1.1
+User-Agent: curl/7.19.5-CVS (i686-pc-linux-gnu) libcurl/7.19.5-CVS GnuTLS/2.6.6 zlib/1.2.3.3 c-ares/1.6.1-CVS libidn/1.14 libssh2/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+
</protocol> </verify> </testcase> |