HTTP HTTP GET proxy haproxy # # Server-side HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT ETag: "21025-dc7-39462498" Accept-Ranges: bytes Content-Length: 6 Connection: close Content-Type: text/html Funny-head: barkbark -foo- # # Client-side http HTTP GET when PROXY Protocol enabled http://%HOSTIP:%HTTPPORT/1455 --haproxy-protocol -H "Testno: 1455" proxy # # Verify data after the test has been "shot" ^User-Agent:.* s/^PROXY TCP4 %CLIENTIP %HOSTIP (\d*) %HTTPPORT/proxy-line/ proxy-line GET /1455 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* Testno: 1455