luke devon <[EMAIL PROTECTED]> asked:
>   This is really about make a tunnel with another server. 
> When i googled i found a sample perl script that function very nicely.
>   http://migo.sixbit.org/pinkhas/nettunnel
>   it works actually. basically , i tested that with a WEB 
> Proxy . it proxied and i can browse the internet with my 
> local ip and the port. so nodoubts of tunneling any content.
>   But , now i have another requrement , that is , i wanted to 
> add few third-party headers to the web request goes over the 
> tunnel . ( for example will say header name is "monkey")  

I guess a good starting point would be Michael Schilli's
logging HTTP proxy code, which you can find at the following 
url: http://www.linux-magazin.de/Artikel/ausgabe/2000/04/Proxy/proxy.html

Your code to modify a HTTP::Request object should go in right
after "while (my $request = $conn->get_request) {".

You might want to read the documentation for LWP to learn about
HTTP::Header, HTTP::Request, HTTP::Response and their
relationship.

HTH,
Thomas

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to