Project WebProxy
Using the CommonTools library's HTTP package, I've built a very simple web browser proxy server. This opens a server port on 8880, listening for incoming HTTP connections, and routing those connections to an outgoing client. This simple four-class project is an excellent example on how to use the Common Tools HTTP package, and is a trivial example which would make a great starting point for building a full-fledged proxy.
Oh, and don't bother poking around this server; it's installed on a test server somewhere else for testing purposes.
NOTE: The following distribution is a hack and is completely unfriendly to install. Unless you are experienced and are willing to muck around with XML scripts and copying files to magic locations on your MacOS X hard disk, I'd recommend finding something slightly less nasty to install.
Sources licensed under a BSD-style license.
• Download WebProxy DMG• Download WebProxy Sources• Depends on Common Tools
|