Download List

Project Description

Webtunnel is a network utility that encapsulates arbitrary data in HTTP and transmits it through a Web server. In that regard, it is similar to httptunnel. However, its server component runs in the context of a Web server as a CGI application (with optional FastCGI support), so it does not need its own port. It supports most things that the Web server supports, such as authentication, HTTP 1.1, HTTPS, and client certificates. It uses simple requests and responses so it works seamlessly through forward and reverse proxies.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-14 02:34
0.0.6

This release adds an option to be able to include HTTP headers in requests.

2009-03-18 20:59
0.0.5

Support for proxy auto-configuration was added. A bug that would cause a keep-alive timeout to stop the tunnel was fixed. A fork handling bug was fixed to support ActivePerl's negative PIDs.

2009-03-07 03:28
0.0.4

This release adds an option to output log messages to a file instead of STDERR. It has improved command line usage and includes a verbose help option.
Tags: Minor feature enhancements

2009-02-22 21:33
0.0.3

The server now waits for children to fix problems with zombies under FastCGI. User authentication based on HTTP user was added. Access control lists based on user were added. The default debug level was changed to 1. Some command line behavior was changed.
Tags: Minor feature enhancements

2009-02-06 18:01
0.0.2

Client certificate/key support for SSL was added.
Some of the configuration options were documented.
Tags: Minor feature enhancements

Project Resources