2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP CONNECT
|
|
|
|
HTTP Basic auth
|
2008-09-29 18:44:04 -04:00
|
|
|
HTTP proxy
|
2005-04-22 17:59:08 -04:00
|
|
|
HTTP proxy Basic auth
|
2008-09-29 18:44:04 -04:00
|
|
|
proxytunnel
|
2005-04-22 17:59:08 -04:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2008-09-29 18:44:04 -04:00
|
|
|
|
2003-08-11 07:09:03 -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-11 07:09:03 -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-11 07:09:03 -04:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
2011-12-17 17:47:22 -05:00
|
|
|
http-proxy
|
2003-08-11 07:09:03 -04:00
|
|
|
</server>
|
|
|
|
<name>
|
2011-12-17 17:47:22 -05:00
|
|
|
HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication
|
2003-08-11 07:09:03 -04:00
|
|
|
</name>
|
|
|
|
<command>
|
2013-03-15 12:28:32 -04:00
|
|
|
http://test.80:%HTTPPORT/we/want/that/page/80 -p --proxy1.0 %HOSTIP:%PROXYPORT --user iam:myself --proxy-user youare:yourself
|
2003-08-11 07:09:03 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-08-11 07:09:03 -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.80:%HTTPPORT HTTP/1.0
|
|
|
|
Host: test.80:%HTTPPORT
|
2004-05-04 03:52:53 -04:00
|
|
|
Proxy-Authorization: Basic eW91YXJlOnlvdXJzZWxm
|
2003-08-11 07:09:03 -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
|
2005-05-11 05:52:59 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-08-11 07:09:03 -04:00
|
|
|
|
2011-12-17 17:47:22 -05:00
|
|
|
</proxy>
|
|
|
|
<protocol>
|
2003-08-11 07:09:03 -04:00
|
|
|
GET /we/want/that/page/80 HTTP/1.1
|
|
|
|
Authorization: Basic aWFtOm15c2VsZg==
|
|
|
|
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
|
2013-03-15 12:28:32 -04:00
|
|
|
Host: test.80:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-08-11 07:09:03 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|