Socket communications through NTLM proxy
- From: "Alexandre Brizard" <alexandre.brizard@xxxxxxxxx>
- Date: 22 Jun 2005 06:05:10 -0700
Hi,
I am using the ICS component(which is basically a helper component that
wraps many TCP sockets functionalities, including SSL sockets) to
connect a client app to a server app using port 443(mandatory). The
client and server use a home-made protocol to communicate.
I want this setup to work through a NTLM authentication proxy. Is
there a way to make this happen?
Right now, I've thought about encapsulating my data with HTTPS headers.
Doing one GET, authenticate using NTLM, and then streaming the data.
However, this would involve a lot of rewrite in my code. Is there any
other way I could do this?
Thanks in advance!
Alexandre Brizard
.
- Follow-Ups:
- Re: Socket communications through NTLM proxy
- From: Michael Mauler
- Re: Socket communications through NTLM proxy
- Prev by Date: Re: Different versions of an interface
- Next by Date: Re: Server Application
- Previous by thread: Server Application
- Next by thread: Re: Socket communications through NTLM proxy
- Index(es):
Relevant Pages
|