Download List

Descripción del Proyecto

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

Esta versión incluye una opción para poder incluir las cabeceras HTTP de las solicitudes.
This release adds an option to be able to include HTTP headers in requests.

2009-03-18 20:59
0.0.5

Soporte para la auto-configuración de proxy se ha añadido. Un error que podría causar un tiempo de espera de mantener viva para detener el túnel fue corregido. Un tenedor manejo de error se corrigió en apoyo de las IDPs negativos ActivePerl's.
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

Esta versión incluye la opción de mensajes de registro de salida a un archivo en lugar de salida de error. Ha mejorado el uso de línea de comandos, e incluye una opción de ayuda detallado.
Tags: Minor feature enhancements
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.

2009-02-22 21:33
0.0.3

El servidor ahora espera a los niños a resolver los problemas con los zombis bajo FastCGI. La autenticación de usuarios basado en HTTP de usuario ha sido añadido. Listas de control de acceso basado en usuario se han añadido. El valor por defecto el nivel de depuración se ha cambiado a 1. Algunos comportamientos de línea de comandos se ha cambiado.
Tags: Minor feature enhancements
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.

2009-02-06 18:01
0.0.2

El certificado de cliente / soporte clave para SSL fue agregado. Algunas de las opciones de configuración están documentadas.
Tags: Minor feature enhancements
Client certificate/key support for SSL was added.
Some of the configuration options were documented.

Project Resources