HTTP
HTTP GET
cookies
# Server-side
HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Tue, 25 Sep 2001 19:37:44 GMT
Content-Type: text/html
Connection: close
Content-Length: 21
This server says moo
# Client-side
http
 
HTTP, junk session cookies
 
 
%HOSTIP:%HTTPPORT/want/%TESTNUMBER -b log/injar%TESTNUMBER -j
%HOSTIP	FALSE	/	FALSE	2139150993	mooo	indeed
%HOSTIP	FALSE	/	FALSE	0		moo1	indeed
%HOSTIP	FALSE	/	FALSE	1		moo2	indeed
# Verify data after the test has been "shot"
GET /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Cookie: mooo=indeed