2002-12-13 11:17:27 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2002-12-13 11:17:27 -05:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
|
|
|
ETag: "21025-dc7-39462498"
|
|
|
|
|
|
|
|
</data>
|
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 swsclose
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
|
|
|
ETag: "21025-dc7-39462498"
|
|
|
|
|
|
|
|
</datacheck>
|
2002-12-13 11:17:27 -05:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
2002-12-16 09:50:10 -05:00
|
|
|
http
|
2002-12-13 11:17:27 -05:00
|
|
|
</server>
|
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
|
|
|
lib503
|
|
|
|
</tool>
|
|
|
|
|
|
|
|
<name>
|
2003-10-24 16:39:39 -04:00
|
|
|
simple multi http:// through proxytunnel with authentication info
|
2002-12-13 11:17:27 -05:00
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-22 14:21:45 -04:00
|
|
|
http://%HOSTIP:%HTTPSPORT/503 127.0.0.1:%HTTPPORT
|
2002-12-13 11:17:27 -05:00
|
|
|
</command>
|
2003-07-19 19:57:08 -04:00
|
|
|
<file name="log/test503.txt">
|
2002-12-13 11:17:27 -05:00
|
|
|
foo
|
|
|
|
bar
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
moo
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2004-09-08 04:08:38 -04:00
|
|
|
CONNECT 127.0.0.1:%HTTPSPORT HTTP/1.0
|
2005-05-11 05:52:59 -04:00
|
|
|
Host: 127.0.0.1:%HTTPSPORT
|
2004-05-04 03:52:53 -04:00
|
|
|
Proxy-Authorization: Basic dGVzdDppbmc=
|
2005-05-11 05:52:59 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2002-12-13 11:17:27 -05:00
|
|
|
|
|
|
|
GET /503 HTTP/1.1
|
|
|
|
Authorization: Basic dGVzdDppbmc=
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPSPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2002-12-13 11:17:27 -05:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|