2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-27 05:59:47 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP CONNECT
|
|
|
|
HTTP Basic auth
|
|
|
|
proxytunnel
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-08-12 04:19:23 -04:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake swsclose
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 9
|
2003-08-12 04:19:23 -04:00
|
|
|
|
|
|
|
contents
|
|
|
|
</data>
|
2013-03-15 12:28:32 -04:00
|
|
|
<connect>
|
|
|
|
HTTP/1.1 200 Mighty fine indeed
|
|
|
|
|
|
|
|
</connect>
|
2004-01-27 07:54:22 -05:00
|
|
|
<datacheck>
|
2004-11-29 07:01:07 -05:00
|
|
|
HTTP/1.1 200 Mighty fine indeed
|
|
|
|
|
2004-01-27 07:54:22 -05:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake swsclose
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 9
|
2004-01-27 07:54:22 -05:00
|
|
|
|
|
|
|
contents
|
|
|
|
</datacheck>
|
2003-08-12 04:19:23 -04:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
2011-12-17 17:47:22 -05:00
|
|
|
http-proxy
|
2003-08-12 04:19:23 -04:00
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP over proxy-tunnel with site authentication
|
|
|
|
</name>
|
|
|
|
<command>
|
2013-12-14 16:39:27 -05:00
|
|
|
http://test.83:%HTTPPORT/we/want/that/page/83 -p -x %HOSTIP:%PROXYPORT --user 'iam:my:;self'
|
2003-08-12 04:19:23 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-08-12 04:19:23 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
2011-12-17 17:47:22 -05:00
|
|
|
<proxy>
|
2013-03-15 12:28:32 -04:00
|
|
|
CONNECT test.83:%HTTPPORT HTTP/1.1
|
|
|
|
Host: test.83:%HTTPPORT
|
2015-03-11 19:50:46 -04:00
|
|
|
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
|
2016-08-16 02:36:04 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-08-12 04:19:23 -04:00
|
|
|
|
2011-12-17 17:47:22 -05:00
|
|
|
</proxy>
|
|
|
|
<protocol>
|
2003-08-12 04:19:23 -04:00
|
|
|
GET /we/want/that/page/83 HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: test.83:%HTTPPORT
|
2013-12-14 16:39:27 -05:00
|
|
|
Authorization: Basic aWFtOm15OjtzZWxm
|
2003-08-12 04:19:23 -04:00
|
|
|
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-08-12 04:19:23 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|