Hi all,
 
I know this is not really a freeamp question but I figured some people
might know.
I have an mp3 player that connects to a server using winsock-tcpip
(regular connect() stuff) and I want to support a Microsoft Proxy Server firewall.
I saw that with HTTP you just connect to the proxy and send a GET command
with the full name (including IP) of remote file.
But how do I do when I want to connect to my own server behind the firewall.
 
How does the Microsoft Proxy Client works basically ?
This thing intercepts winsock calls and redirect them to the proxy, etc..
 
Thanks
 
Sylvain

Reply via email to