2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-13 08:02:42 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-06-14 05:16:39 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2004-11-24 11:11:35 -05:00
|
|
|
HTTP/1.1 200 beng swsclose
|
2004-06-14 05:16:39 -04:00
|
|
|
Server: Microsoft-IIS/6.0
|
|
|
|
Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2012-11-14 13:49:12 -05:00
|
|
|
Content-Length: 26
|
2004-06-14 05:16:39 -04:00
|
|
|
|
|
|
|
This is not the real page
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
#
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP POST --anyauth to server not requiring any auth at all
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/174 -u testuser:testpass --anyauth -d "junkelijunk"
|
2004-06-14 05:16:39 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-06-14 05:16:39 -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">
|
2004-06-14 05:16:39 -04:00
|
|
|
POST /174 HTTP/1.1
|
|
|
|
User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-06-14 05:16:39 -04:00
|
|
|
Accept: */*
|
|
|
|
Content-Length: 11
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
junkelijunk
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|