[Http-recorder] setting up the proxy....
George Gallen
ggallen at slackinc.com
Tue Jun 8 16:00:04 EDT 2004
Well, it was the proxy module that was limiting it to the localhost access only.
If I added in $proxy->host(""); after the line in the proxy sample program, it will
allow any host to proxy (NOT A GOOD SECURITY OPTION), but it is ok for testing :)
my $proxy = HTTP::Proxy->new();
$proxy->host("");
George
>From: Roland Giersig [ mailto:RGiersig at cpan.org]
>Sent: Tuesday, June 08, 2004 12:30 PM
>To: http-recorder at lists.bestpractical.com
>Subject: Re: [Http-recorder] setting up the proxy....
>
>
>It could be that the proxy only binds the socket for 8080 for
>localhost,
>not for general IP adresses (but I find that highly
>improbable). What is
>the exact error? Can telnet establish a connection, but it gets closed
>immediately? This would point to some sort of access control.
>Or, if the
>connection cannot be established per se, then the port isn't visible
>from outside the server, i.e. the socket is bound to accept only from
>localhost.
>
>Roland
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/http-recorder/attachments/20040608/799d8555/attachment.htm
More information about the HTTP-Recorder
mailing list