in reply to Re: Anonymous Web browsing
in thread Anonymous Web browsing


and what about anonymizer.com?

for example:
http://anon.free.anonymizer.com/http://www.perlclub.tk

yes it has a principle of proxy but it can be done without
a proxy server imho (cgi script != deamon)

Replies are listed 'Best First'.
Re: Re: Re: Anonymous Web browsing
by dree (Monsignor) on Jul 20, 2002 at 19:40 UTC
    A proxy is "A technique used to cache information on a Web server and acts as an intermediary between a Web client and that Web server".

    My http wrapper is a CGI (not a daemon) that "acts as an intermediary between a Web client and that Web server" using LWP.

    In this way my (remote, for the client) CGI navigate for you (the client) the target URL, hiding (for the server that hosts the target URL) the ip of the client (like anonymizer).