Re: How to open a socket through a proxy server?
From: Marcelo (mnarvaja_at_yahoo.com)
Date: 05/18/04
- Next message: Sundaram Ramasamy: "Re: Parsing a text file....."
- Previous message: Uri Guttman: "Re: New module FDF::Simple good for CPAN?"
- In reply to: Ben Morrow: "Re: How to open a socket through a proxy server?"
- Next in thread: Ben Morrow: "Re: How to open a socket through a proxy server?"
- Reply: Ben Morrow: "Re: How to open a socket through a proxy server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 May 2004 10:30:15 -0700
Ben Morrow <usenet@morrow.me.uk> wrote in message news:<c8b763$7ki$1@wisteria.csv.warwick.ac.uk>...
> Quoth mnarvaja@yahoo.com (Marcelo):
> What sort of proxy server? HTTP? SOCKS?
>
> If you're talking about SOCKS, you can use IO::Socket::Socks. If HTTP,
> then you need to make a CONNECT request.
>
> Ben
I have both proxies, HTTP and SOCKS proxy servers.
I tried using IO::Socket::Socks, but it fails by timeout. The original
version of this module uses IO::Socket::INET that is timeout
customizable.
Any suggestion?
Thanks,
Marcelo
- Next message: Sundaram Ramasamy: "Re: Parsing a text file....."
- Previous message: Uri Guttman: "Re: New module FDF::Simple good for CPAN?"
- In reply to: Ben Morrow: "Re: How to open a socket through a proxy server?"
- Next in thread: Ben Morrow: "Re: How to open a socket through a proxy server?"
- Reply: Ben Morrow: "Re: How to open a socket through a proxy server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|