Reverse Utils::TCP-over-HTTP/CGI is useful for connecting to hosts which are reachable by a Webserver you have access to, but not reachable by you. It allows you to use any host you have Web and CGI access to as a proxy for TCP connections.
| Tags | Utilities Internet Proxy Servers |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Changes: Proxy support has been fixed.


Changes: Proxy host support (-V) was added. A problem with the encoding that was introduced when it changed has been fixed.


Changes: This version adds HTTP authentication (useful for proxies which require authentication), changes encoding (breaking HTTP standards) to get closer to compliance with the protocol for Sockets Over HTTP (SOHT), and begins work on UDP support.


Changes: This release adds documentation (FAQ and USAGE), an option to choose between HTTP GET and HTTP POST, and an option to allow the client daemon to bind to either all addresses or just the loopback address. The daemon has been changed to bind to only the loopback address.


Changes: Changed to use HTTP POST. "tcpcgid" is now part of "tcpcgi.cgi", and is forked when needed. The POST code for "tcpcgi.cgi" was fixed.