2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-27 05:59:47 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
2008-09-29 18:44:04 -04:00
|
|
|
HTTP proxy
|
2005-04-27 05:59:47 -04:00
|
|
|
HTTP proxy NTLM auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2008-09-29 18:44:04 -04:00
|
|
|
|
2003-08-11 08:23:33 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
|
|
|
|
# This is supposed to be returned when the server gets a first
|
|
|
|
# Authorization: NTLM line passed-in from the client
|
|
|
|
<data1001>
|
|
|
|
HTTP/1.1 407 Now gimme that second request of crap
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
Content-Length: 34
|
|
|
|
Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
|
|
|
|
|
|
|
This is not the real page either!
|
|
|
|
</data1001>
|
|
|
|
|
|
|
|
# This is supposed to be returned when the server gets the second
|
|
|
|
# Authorization: NTLM line passed-in from the client
|
|
|
|
<data1002>
|
|
|
|
HTTP/1.1 200 Things are fine in server land swsclose
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 32
|
2003-08-11 08:23:33 -04:00
|
|
|
|
|
|
|
Finally, this is the real page!
|
|
|
|
</data1002>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 407 Now gimme that second request of crap
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
Content-Length: 34
|
|
|
|
Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
|
|
|
|
|
|
|
HTTP/1.1 200 Things are fine in server land swsclose
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 32
|
2003-08-11 08:23:33 -04:00
|
|
|
|
|
|
|
Finally, this is the real page!
|
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<features>
|
2005-03-21 03:14:32 -05:00
|
|
|
NTLM
|
2013-12-28 15:22:22 -05:00
|
|
|
!SSPI
|
2014-06-11 13:12:48 -04:00
|
|
|
debug
|
2003-08-11 08:23:33 -04:00
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with proxy using NTLM authorization
|
|
|
|
</name>
|
2010-07-29 18:47:49 -04:00
|
|
|
<setenv>
|
|
|
|
# we force our own host name, in order to make the test machine independent
|
|
|
|
CURL_GETHOSTNAME=curlhost
|
|
|
|
# we try to use the LD_PRELOAD hack, if not a debug build
|
2010-08-16 16:36:04 -04:00
|
|
|
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
2010-07-29 18:47:49 -04:00
|
|
|
</setenv>
|
2003-08-11 08:23:33 -04:00
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/81 --proxy-user testuser:testpass -x http://%HOSTIP:%HTTPPORT --proxy-ntlm
|
2003-08-11 08:23:33 -04:00
|
|
|
</command>
|
2010-07-29 18:47:49 -04:00
|
|
|
<precheck>
|
|
|
|
chkhostname curlhost
|
|
|
|
</precheck>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-08-11 08:23:33 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
2007-09-14 15:32:31 -04:00
|
|
|
GET http://%HOSTIP:%HTTPPORT/81 HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2006-06-07 10:14:04 -04:00
|
|
|
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
2003-08-11 08:23:33 -04:00
|
|
|
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
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2016-08-16 02:36:04 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-08-11 08:23:33 -04:00
|
|
|
|
2007-09-14 15:32:31 -04:00
|
|
|
GET http://%HOSTIP:%HTTPPORT/81 HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2014-03-20 06:17:40 -04:00
|
|
|
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAACeAJ4AWAAAAAAAAAD2AAAACAAIAPYAAAAIAAgA/gAAAAAAAAAAAAAABoKBAL9LNW5+nkyHZRmyFaL/LJ4xMjM0MjIzNGUCyhgQ9hw6eWAT13EbDa0BAQAAAAAAAACAPtXesZ0BMTIzNDIyMzQAAAAAAgAEAEMAQwABABIARQBMAEkAUwBBAEIARQBUAEgABAAYAGMAYwAuAGkAYwBlAGQAZQB2AC4AbgB1AAMALABlAGwAaQBzAGEAYgBlAHQAaAAuAGMAYwAuAGkAYwBlAGQAZQB2AC4AbgB1AAAAAAAAAAAAdGVzdHVzZXJjdXJsaG9zdA==
|
2003-08-11 08:23:33 -04:00
|
|
|
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
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2016-08-16 02:36:04 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-08-11 08:23:33 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|