by Ian Surya (3 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(10 Votes)
This is a simple server by using Microsoft Winsock that act as a tunnel for http communication.
This server only relay http communication from client to destination host or to a proxy server, but you can do many things with this code, such as building a full-blown proxy server such as wingate or a gateway to handle two different type of protocol.
Ian (not the one) :)
Assumes
basic programing with winsock control and http communication protocol
Download Passthrough Server (5 KB)