HTTP
HTTP POST
HTTP Digest auth
followlocation
# Server-side
HTTP/1.1 302 *MOVED* swsclose swsbounce
Server: Microsoft-IIS/6.0
Location: /mooooo/%TESTNUMBER
Content-Type: text/html; charset=iso-8859-1
# Client-side
#
http
crypto
HTTP POST --digest to server doing a 302-location response
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -d "junkelijunk"
# Verify data after the test has been "shot"
POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 0
Content-Type: application/x-www-form-urlencoded