HTTPTunnel is a tunneling software that can tunnel network connections through restrictive HTTP proxies over pure HTTP "GET" and "POST" requests.
If you are looking for the original version of HTTPTunnel, visit http://http-tunnel.sourceforge.net/ !!!
THIS version of httptunnel is just the original one, which i added support for digest autentication on proxy side.I am a great fan of httptunnel. But I've always missed the support for http proxy servers requesting digest authentication. Suddenly the only proxy server I was able to use, did not allow basic authentication any more. On this day I had to find a solution and added digest authentication support to my favorite tunneling tool - httptunnel!
This digest implementation was quick and dirty! You MUST establish every tunnel connection twice - because the "handshake" will be made on first connect!! I gonna implement an automated reconnect which you dont have to care about one day :-P ...
(License is GPL)
Last update: April 08 2012 17:39 PM
© 2010 by Sebastian Weber <webersebastian at yahoo.de>