Mistake, ignore my email......
sorry about that!

        -----Original Message----- 
        From: Cheung, Foo 
        Sent: Wed 1/21/2004 8:06 PM 
        To: [EMAIL PROTECTED] 
        Cc: [EMAIL PROTECTED] 
        Subject: Re: HTTPS_PROXY and LWP
        
        

        On Thu, 22 Jan 2004 [EMAIL PROTECTED] wrote:
        
        
        HI Joe
        
        
        as requested.....
        
        please find the est components of  each of the asparagus TCs
        
        kind regards
        
        
        Foo
        
        
        
        
        
        
        > Hello,
        >
        > I'm trying to force LWP::UserAgent to go through a proxy with the
        > CONNECT method. At first, I tried the following:
        >
        >     $ HTTPS_PROXY=http://localhost:8080/ lwp-request https://www.example.com/
        >
        > But what LWP::UA actually ask for is:
        >
        >     GET https://www.example.com/ HTTP/1.1
        >
        > as shown by ngrep -i lo 'GET|CONNECT' port 8080 ...
        >
        >
        > After much browsing the docs and grepping the code, I still haven't found
        > out how can I make LWP::userAgent actually do a CONNECT through the proxy.
        >
        > Does anybody know? Or maybe it can't?
        >
        >
        

Reply via email to