HTTP
HTTP GET
HTTP CONNECT
HTTP proxy
proxytunnel
#
# Server-side
HTTP/1.1 200 Mighty fine indeed
Server: test tunnel 2000
#
# Client-side
http
http-proxy
CONNECT to peer that returns nothing
--proxytunnel --proxy %HOSTIP:%PROXYPORT http://%HOSTIP.1297:%HTTPPORT/we/want/that/page/1297
proxy
#
# Verify data after the test has been "shot"
CONNECT %HOSTIP.1297:%HTTPPORT HTTP/1.1
Host: %HOSTIP.1297:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
GET /we/want/that/page/1297 HTTP/1.1
Host: %HOSTIP.1297:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
# 52 - got nothing
52