2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-27 05:59:47 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
2008-08-11 19:16:48 -04:00
|
|
|
HTTP CONNECT
|
2005-04-27 05:59:47 -04:00
|
|
|
proxytunnel
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2008-08-11 19:16:48 -04:00
|
|
|
|
2003-11-25 04:06:33 -05: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-11-25 04:06:33 -05: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-11-25 04:06:33 -05:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
2011-12-17 17:47:22 -05:00
|
|
|
http-proxy
|
2003-11-25 04:06:33 -05:00
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP over proxytunnel using POST
|
|
|
|
</name>
|
|
|
|
<command>
|
2013-03-15 12:28:32 -04:00
|
|
|
http://test.95:%HTTPPORT/we/want/that/page/95 -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes"
|
2003-11-25 04:06:33 -05:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-11-25 04:06:33 -05: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.95:%HTTPPORT HTTP/1.1
|
2003-11-25 04:06:33 -05: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
|
2013-03-15 12:28:32 -04:00
|
|
|
Host: test.95:%HTTPPORT
|
2005-05-11 05:52:59 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-11-25 04:06:33 -05:00
|
|
|
|
2011-12-17 17:47:22 -05:00
|
|
|
</proxy>
|
|
|
|
<protocol nonewline="yes">
|
2003-11-25 04:06:33 -05:00
|
|
|
POST /we/want/that/page/95 HTTP/1.1
|
|
|
|
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.95:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-11-25 04:06:33 -05:00
|
|
|
Content-Length: 27
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
datatopost=ohthatsfunyesyes
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|