2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2004-11-11 18:11:04 -05:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
2005-06-03 10:06:03 -04:00
|
|
|
<data mode="text">
|
2004-11-11 18:11:04 -05:00
|
|
|
HTTP/1.1 200 OK swsclose
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 3
|
2004-11-11 18:11:04 -05:00
|
|
|
|
|
|
|
OK
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
|
|
|
lib515
|
|
|
|
</tool>
|
|
|
|
|
|
|
|
<name>
|
|
|
|
make a POSTFIELDS set to NULL with POSTFIELDSIZE set to zero
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
http://%HOSTIP:%HTTPPORT/515
|
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
POST /515 HTTP/1.1
|
2006-11-25 08:32:04 -05:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-11-11 18:11:04 -05:00
|
|
|
Accept: */*
|
|
|
|
Content-Length: 0
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|