HTTP
HTTP GET
HTTP proxy
#
# Server-side
HTTP/1.1 200 OK
Server: test-server/fake
Content-Length: 5
bing
HTTP/1.1 200 OK
Server: test-server/fake
Content-Length: 6
wrong
#
# Client-side
http
https
proxy
HTTP GET same URL - different proxy ports
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -x %HOSTIP:%HTTPPORT --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER00001 -x %HOSTIP:%HTTPSPORT
#
# Verify data after the test has been "shot"
# the second request meant to fail
56
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive