HTTP
HTTP GET
HTTP Basic auth
# Server-side
HTTP/1.1 200 OK
Content-Length: 6
Connection: close
-foo-
# Client-side
http
Empty username provided in URL
http://:example@%HOSTIP:%HTTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: Basic %b64[:example]b64%
User-Agent: curl/%VERSION
Accept: */*