HTTP
HTTP GET
HTTP NTLM auth
connection reuse
# Server-side
connection-monitor
HTTP/1.1 200 fine!
Content-Length: 20
Feel free to get it
HTTP/1.1 200 OK
Server: Another one/1.0
Content-Length: 4
boo
HTTP/1.1 200 fine!
Content-Length: 20
Feel free to get it
# Client-side
http
HTTP with --anyauth (but no auth!) and connection reuse
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --anyauth http://%HOSTIP:%HTTPPORT/%TESTNUMBER0003
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
GET /%TESTNUMBER0003 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
[DISCONNECT]