2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2007-10-11 21:44:22 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
|
|
|
HTTP Digest auth
|
|
|
|
followlocation
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-06-19 06:10:50 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 302 *MOVED* swsclose swsbounce
|
|
|
|
Server: Microsoft-IIS/6.0
|
2021-03-12 11:38:26 -05:00
|
|
|
Location: /mooooo/%TESTNUMBER
|
2004-06-19 06:10:50 -04:00
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
#
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2007-03-09 18:39:42 -05:00
|
|
|
<features>
|
|
|
|
crypto
|
|
|
|
</features>
|
2004-06-19 06:10:50 -04:00
|
|
|
<name>
|
|
|
|
HTTP POST --digest to server doing a 302-location response
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-12 11:38:26 -05:00
|
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -d "junkelijunk"
|
2004-06-19 06:10:50 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-06-19 06:10:50 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-12 11:38:26 -05:00
|
|
|
POST /%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-06-19 06:10:50 -04:00
|
|
|
Accept: */*
|
2004-11-24 11:11:35 -05:00
|
|
|
Content-Length: 0
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
2004-06-19 06:10:50 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|