2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2008-08-12 07:16:48 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP CONNECT
|
|
|
|
HTTP proxy
|
|
|
|
HTTP proxy NTLM auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-12-10 22:48:03 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
|
|
|
|
# this is returned first since we get no proxy-auth
|
2013-03-16 00:28:32 +08:00
|
|
|
<connect1001>
|
2004-12-10 22:48:03 +08:00
|
|
|
HTTP/1.1 407 Authorization Required to proxy me my dear
|
2018-12-28 22:04:53 +08:00
|
|
|
Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
2016-11-30 07:10:18 +08:00
|
|
|
Content-Length: 33
|
2004-12-10 22:48:03 +08:00
|
|
|
|
|
|
|
And you should ignore this data.
|
2013-03-16 00:28:32 +08:00
|
|
|
</connect1001>
|
2004-12-10 22:48:03 +08:00
|
|
|
|
|
|
|
# This is supposed to be returned when the server gets the second
|
|
|
|
# Authorization: NTLM line passed-in from the client
|
2013-03-16 00:28:32 +08:00
|
|
|
<connect1002>
|
2004-12-10 22:48:03 +08:00
|
|
|
HTTP/1.1 200 Things are fine in proxy land
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
|
2013-03-16 00:28:32 +08:00
|
|
|
</connect1002>
|
2004-12-10 22:48:03 +08:00
|
|
|
|
|
|
|
# this is returned when we get a GET!
|
|
|
|
<data2>
|
|
|
|
HTTP/1.1 200 OK
|
2020-02-28 22:00:03 +08:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2004-12-10 22:48:03 +08:00
|
|
|
Content-Length: 7
|
|
|
|
Connection: close
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
|
|
|
|
|
|
|
daniel
|
|
|
|
</data2>
|
|
|
|
|
2007-03-31 06:07:48 +08:00
|
|
|
# then this is returned when we get proxy-auth
|
2004-12-10 22:48:03 +08:00
|
|
|
<data1000>
|
|
|
|
HTTP/1.1 200 OK swsbounce
|
|
|
|
Server: no
|
|
|
|
|
|
|
|
Nice proxy auth sir!
|
|
|
|
</data1000>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 407 Authorization Required to proxy me my dear
|
2018-12-28 22:04:53 +08:00
|
|
|
Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
|
2016-11-30 07:10:18 +08:00
|
|
|
Content-Length: 33
|
2004-12-10 22:48:03 +08:00
|
|
|
|
|
|
|
HTTP/1.1 200 Things are fine in proxy land
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
|
|
|
|
HTTP/1.1 200 OK
|
2020-02-28 22:00:03 +08:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2004-12-10 22:48:03 +08:00
|
|
|
Content-Length: 7
|
|
|
|
Connection: close
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
|
|
|
|
|
|
|
daniel
|
|
|
|
</datacheck>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<features>
|
2005-03-21 16:14:32 +08:00
|
|
|
NTLM
|
2019-12-30 04:23:25 +08:00
|
|
|
SSL
|
2013-12-29 04:22:22 +08:00
|
|
|
!SSPI
|
2014-06-12 01:12:48 +08:00
|
|
|
debug
|
2019-10-15 04:29:19 +08:00
|
|
|
proxy
|
2004-12-10 22:48:03 +08:00
|
|
|
</features>
|
|
|
|
<name>
|
|
|
|
HTTP proxy CONNECT auth NTLM
|
|
|
|
</name>
|
2010-07-30 06:47:49 +08: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-17 04:36:04 +08:00
|
|
|
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
2010-07-30 06:47:49 +08:00
|
|
|
</setenv>
|
2004-12-10 22:48:03 +08:00
|
|
|
<command>
|
2014-01-31 03:11:21 +08:00
|
|
|
http://test.remote.example.com.209:%HTTPPORT/path/2090002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user testuser:testpass --proxy-ntlm --proxytunnel
|
2004-12-10 22:48:03 +08:00
|
|
|
</command>
|
2010-07-30 06:47:49 +08:00
|
|
|
<precheck>
|
|
|
|
chkhostname curlhost
|
|
|
|
</precheck>
|
2005-01-26 05:45:03 +08:00
|
|
|
</client>
|
2004-12-10 22:48:03 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2013-03-16 00:28:32 +08:00
|
|
|
CONNECT test.remote.example.com.209:%HTTPPORT HTTP/1.1
|
|
|
|
Host: test.remote.example.com.209:%HTTPPORT
|
2006-06-07 22:14:04 +08:00
|
|
|
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2016-08-16 14:36:04 +08:00
|
|
|
Proxy-Connection: Keep-Alive
|
2004-12-10 22:48:03 +08:00
|
|
|
|
2013-03-16 00:28:32 +08:00
|
|
|
CONNECT test.remote.example.com.209:%HTTPPORT HTTP/1.1
|
|
|
|
Host: test.remote.example.com.209:%HTTPPORT
|
2018-12-28 22:04:53 +08:00
|
|
|
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAIAAgAeAAAAAAAAAAAAAAAhoIBADQzMjE1MzIxAAAAAAAAAAAAAAAAAAAAADj3hs3u3j0kgJqCrLM+74BmaoNHDfIJjHRlc3R1c2VyY3VybGhvc3Q=
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2016-08-16 14:36:04 +08:00
|
|
|
Proxy-Connection: Keep-Alive
|
2004-12-10 22:48:03 +08:00
|
|
|
|
|
|
|
GET /path/2090002 HTTP/1.1
|
2013-03-16 00:28:32 +08:00
|
|
|
Host: test.remote.example.com.209:%HTTPPORT
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2004-12-10 22:48:03 +08:00
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|