HTTP
HTTP GET
followlocation
# Server-side
HTTP/1.1 302 This is a weirdo text message swsclose
Connection: close
Location:
This server reply is for testing
# Client-side
http
HTTP with blank Location:
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -L
# Verify data after the test has been "shot"
GET /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*