Télécharger la liste

Description du projet

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.

Système requise

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

Cette version ajoute une option pour pouvoir inclure les en-têtes HTTP dans la demande.
This release adds an option to be able to include HTTP headers in requests.

2009-03-18 20:59
0.0.5

Soutien à la configuration automatique de proxy a été ajouté. Un bogue qui pourrait causer un keep-alive timeout d'arrêter le tunnel a été fixée. Une fourchette de manutention bug a été fixé pour soutenir les DIP négatifs 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

Cette version ajoute une option pour afficher des messages d'enregistrer dans un fichier au lieu de STDERR. Elle a amélioré l'utilisation en ligne de commande et inclut une option d'aide détaillé.
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

Le serveur attend maintenant pour les enfants à résoudre les problèmes de zombies sous FastCGI. L'authentification utilisateur basée sur l'utilisateur HTTP a été ajouté. Le contrôle d'accès des listes basées sur des utilisateurs ont été ajoutés. Le niveau de débogage par défaut a été changé à 1. Certains comportements en ligne de commande a été modifiée.
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

Certificat client / support clé pour SSL a été ajouté. Certaines des options de configuration ont été documentés.
Tags: Minor feature enhancements
Client certificate/key support for SSL was added.
Some of the configuration options were documented.

Project Resources