o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Winsock secondary connection thru proxy -

I'm using VB6 and the winsock control. I know how to connect to a proxy and retreive web pages thru this proxy, but what if I wanted to connect to a secondary proxy(thru the first), then tunnel information thru both of those proxies?

Like I said, I can get the first proxy to connect, but I'm not sure how to make the secondary connnection to the second proxy thru the one I'm already connected to.

Is this even possible, and what is the term for doing this so maybe I might be able to search google for it.

Thanks.

 

Winsock secondary connection thru proxy -
I'm using VB6 and the winsock control. I know how to connect to a proxy and retreive web pages thru this proxy, but what if I wanted to connect to a secondary proxy(thru the first), then tunnel information thru both of those proxies? Like I said, I can get the first proxy to connect


Using winsock with HTTP Proxy -
How do I connect to a server through a Web Proxy (ex: Squid) using a winsock?? Basically what I want to is: me >> proxy >> server Im familiar with winsocks and I already coded most of my app, but I would like to add proxy support... I know I have to connect to t


NTLM Proxy Authorization -
Hi to all, I'm newbie in VB, and recently i played a lot with WinSock of VB6. I have built up a small proxy server in VB, using only Winsock Routines , and seems to work fine from Home. I want my small proxy to work in my business PC but there is a bloody proxy server accepting


Calling all Winsock/Proxy Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy. I am not trying to hack into a proxy. At my work, we have our systems all on a proxy, and I need to be able to get all systems here to rea


Using winsock through proxy. -
Hi guys. Can somebody please help me with implementing winsock connection through proxy server? It is possible? Thank a lot. Regards, Victor.


Calling all Winsock Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy. I am not trying to hack into a proxy. At my work, we have our systems all on a proxy, and I need to be able to get all systems here to reach


Proxy and winsock. -
Hi, I am on a proxy server and have had problems with trying to download pages with winsock before, and have always had to use microsoft internet transfer control, but there are a couple of problems with that and the main one is it can't handle much data so if I use it to download .


winsock though a proxy -
ok at work they took away my way to use aim, so I was going to make a program the ran off of my server at home. I could run it off port 80 no problem, but it's the proxy at work, I know port 80 and 21 can get out of the proxy, but how can i tell winsock to use the proxy script that is


Winsock Through Proxy (again...) -
I've searched through the forums for an answer to this and all of the posts that ask my question have 0 replies, go figure. Is it possible to use Winsock when you are behind a proxy server? I'm not using http or any known protocol, just sending data. does the proxy server have to


Proxy and Winsock -
Question, I am making an internet program. Using Winsock. And I need to know how to set it up to allow PROXY Servers. And exactally get it to work with a proxy server. I have a theory on how to do it. But i need someone to tell me how to do it , since I want it to actually


help --- running client winsock program from proxy. -
I am making a scorecard program using winsock.There is a client socket and a server socket. So how will i run the Client socket using proxy connection.I want it to support HTTP proxy, socks 4 & socks 5. Can anyone please help me. Can anyone please send me the code if possible or an


KeepAlive connection!!! HELP!! -
As I make for pasasarle to the Proxy a petition Post and that it maintains it active that doesn't close until I want... this has to do with keepalive the problem it is that not you that parameter has to pass to the proxy or that I have to configure in the control winsock so that I don'


Winsock Proxy -
The person I am designing my VB app for is using proxy to access the Internet. How does this work on reprogramming my winsock control, which is currently using port 5000? If they have to use a password to access the internet through the proxy will this make a difference, and if so,


behind (or in) a firewall/proxy -
Hi there! I'm posting this message because i need to know how can i do a program with Winsock available behind a firewall or proxy, i'll be more specific: My ISP have a proxy, winipcfg always return me the same IP address 10.15.106.237, this isn't my real IP address i get the rea


Connection using WinSock via proxy -
Hi all! How can I establish connecton using WinSock Control via proxy server (proxy's IP is knows)? Thanks. -Zigmar P.S. I've created OCX that implements client-server communication using WinSock Control. There is a multi-user chat as example of using my OCX. All source codes are i


winsock with proxy -
if i wanted to connect a computer with ip say 168.192.0.5 to the server on the network which happened to be a proxy using winsock - do i have to do anything special or will it do all that automatically?


proxy help -
Hi, I'd like to connect to DC++ using a proxy that is mine but the problem is the proxy doesn't support SOCK5 protocol(or whatever it really is). Is there any tool avaliable that will filter DC++'s connection and put automaticly DC++ using the specified proxy?


winsock through proxy -
yeah, how do i get it to connect through a proxy? i need the DNS (name to IP) and the WHOIS stuff, but i need to get through the companys proxy server. help? thanks, nabeel


Creating a useable SOCKS4/5 Proxy -
Hey there, I am currently creating an IRC bouncer for windows. I have my client program set up to connect to a proxy server to connect to an IRC server. What I want to do is create my OWN proxy server using vb6 and winsock... and plop it on one of my dedicated boxes to use an IRC


Does anyone have an example of how to send a POST request with winsock and a proxy -
I know how GET works with winsock and a proxy, but how can you use a proxy and use POST? anyone have an example?


Using winsock to connect though Proxie/Socks5 -
Hi everyone I have looked all over the net and can't find a simple way of doing this apart from when connecting to a web server, I AM NOT CONNECTING TO A WEB SERVER, just to be clear. The map ******************************************* Client Application > Proxy Server Wit


Set Up A Proxy -
How would I go about setting up a proxy for a different program? I would like to create a program where you can select the program to use the proxy.. and then hit a button and it will load the program with the proxy. Would I use winsock? How would this be accomplished? Thanks for a


Connect to a service thru a proxy with winsock -
Hello, I've figured out the packets for MSN Messenger and AIM recently so in my quest to put together my own client, I'd like to give support to use proxies. Now I've seen other winsock with proxy examples on here but they are all for like downloading web pages and such. I'm want


For Winsock Gurus ... -
It's the same old problem, interacting with the outer world using winsock, through a proxy server. I searched for threads on this, so far the results are negative. So I have posted this thread. And if I get a single reply that says there is a proxy property in the Winsock cont


winsock and proxy -
How do you setup a winsock control to go through a Proxy server??


SQL2k server connectionURGENT -
the problem is that i have an SQL 2000 server that can only connect to the internet via my proxy, how would i get a connection from a remote computer on the internet. eg establish a connection from the internet, to my proxy computer, to the SQL2000 server connected to my LAN 1.)conne


winsoc socks4 proxy -
I've connected a winsock using http proxy before by opeing the socket on the proxy ip/port then doing; winsock.senddata "CONNECT blah blah HTTP/1.0 whatevrr..." How do I do it with SOCKS4 though? Anyone have any idea? Thanks in advance.


Web Proxy -
Hi, I have made a web proxy which works fine but now since its a proxy its not able to load the site with its relative path. I want websites to work fine. Since the internet connection goes through the proxy... Please help...


Winsock can't connect -
He everyone, I use winsock, to do a WhoIs only I can't connect... I use a proxy server is this the problem? How can I make my program proxy capable or can't you do that.... Grtz, Bloged


Winsock control and multiple proxies... -
Ok, I'm using the winsock control to download the html code from websites. I can do this via direct connection or through the use of a proxy. My question is how do I use multiple proxies? (ie chain proxies) I know the regular way to do it is via the address, like: http://proxy1:port/ht


Proxy Authenticating an SSL Connection with Internet Functions -
Hi, I'm trying to connect to a secure server through a proxy that has a user name and password. I've succesfully authenticated using InternetSetOption for a single attempt. But when I coded to retry the request after a 407, (once proxy user and pass have been set as above), the


A question about winsock. -
I am studying about proxy, but I don't know about it at all. Now I want to write a program which uses a winsock object. Where do I have to begin? Moreover, I want to write a small proxy application to study. Please help me. Thanks.


Faking a direct connection to the internet -
Situation: I have one computer connected to the internet via a city-lan network. The city-lan modem (bridge) is connected to a 10/100 MBit hub and 3 computers are connected to the hub. There is one main machine because the ISP allows only one machine (verifying the MAC address) to


Privoxy/Tor with socks4 forwarding -
Hi friends, I am coding an application in which I have to use the privoxy as reverse proxy(http proxy). The situation is that I have two computers that are connected to internet. They have different geographical location. Now computer A has to use the computer B as http proxy but a


Proxie/Socks5 Connections Through Winsock -
Hi all im wanting to use proxies/socks5 with winsock. i've seen plenty of examples on extracting html page. but thats not what i want to do, i want to be able to connect to a proxy or a socks5 proxy and send data to a server. Thanks in advance


Proxy Attackz -
im making a web browser and i want the user to be able to use any proxy server they want. i have all the variables set up, ProxyServer and ProxyPort - determined by 2 text boxes, and the WebBroser thing how do i get the webbrowser to use the proxy and port in the two variable.


Winsock WSPClient Programming -
Good day! I have developed this client using Winsock that logs on to a source FTP and downloads a file. Then it connects to target FTP, uploads and all works just fine. Problem is: My boss now tells me that the sourceFTP cannot be accessed through Winsock Proxy Client enabled.


Winsock and a Proxy -
Is it possible to configure winsock to use a proxy?


urgent help ... WAIT command !!! -
okay, I have managed without this command so far ... but not i just can't write what I want to without somthing to pause the program for a few seconds ... Basically, i am making a proxy. it was no trouble with UDP connection at all. Pretty much because there is no connection st


Slight problem. -
ok I have a slight problem I am trying to use winsock instead of inet control to download files like gifs, zip, exe's. Now this is how I used to download a gif, small zip or small exe with inet control. Dim Gif() As Byte Gif() = Inet1.OpenURL("http://www.whatever.com