2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-15 19:48:31 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
|
|
|
HTTP Basic auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-23 11:00:48 -04:00
|
|
|
#
|
|
|
|
# Server-side
|
2005-04-15 19:48:31 -04:00
|
|
|
<reply>
|
2001-05-23 11:00:48 -04:00
|
|
|
<data>
|
|
|
|
HTTP/1.0 200 OK
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
|
|
|
Content-Length: 0
|
|
|
|
|
|
|
|
this is data even though Content-Length is set to zero
|
|
|
|
</data>
|
2003-06-03 03:53:18 -04:00
|
|
|
<datacheck>
|
|
|
|
HTTP/1.0 200 OK
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
|
|
|
Content-Length: 0
|
|
|
|
|
|
|
|
</datacheck>
|
2001-05-23 11:00:48 -04:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-05-23 11:00:48 -04:00
|
|
|
<name>
|
2003-06-03 03:53:18 -04:00
|
|
|
HTTP POST with auth and contents but with content-length set to 0
|
2001-05-23 11:00:48 -04:00
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
-d "fooo=mooo&pooo=clue&doo=%20%20%20++++" -u "fake:-user" http://%HOSTIP:%HTTPPORT/3
|
2001-05-23 11:00:48 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-05-23 11:00:48 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
2007-01-22 21:25:56 -05:00
|
|
|
<protocol nonewline="yes">
|
2001-05-23 11:00:48 -04:00
|
|
|
POST /3 HTTP/1.1
|
|
|
|
Authorization: Basic ZmFrZTotdXNlcg==
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-05-23 11:00:48 -04:00
|
|
|
Content-Length: 37
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
2002-02-22 05:51:19 -05:00
|
|
|
fooo=mooo&pooo=clue&doo=%20%20%20++++
|
2001-05-23 11:00:48 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|