http://www.perlmonks.org?node_id=298886


in reply to HTTP::Proxy and Trillian

After running your code:
$ echo -ne 'CONNECT http://localhost HTTP/1.0\n\n' | nc localhost 8089 HTTP/1.1 501 Not Implemented Date: Mon, 13 Oct 2003 17:31:42 GMT Server: libwww-perl-daemon/1.26 Content-Length: 46 Method CONNECT is not supported by this proxy
So it is HTTP::Proxy

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re: HTTP::Proxy and Trillian
by BooK (Curate) on Oct 14, 2003 at 08:35 UTC

    Yes it is. HTTP::Proxy does not support CONNECT yet.

    By the way, most of the filter API is going to change in version 0.10, when I find enough time to release it. Snapshots of the the development version are available at http://http-proxy.mongueurs.net/dist/

    CONNECT support is planned, but (much) later.