PDA

Click to See Complete Forum and Search --> : NTLM Proxy Authorization


basiliou
Dec 8th, 2006, 04:26 PM
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 NTLM, Kerberos and Negotiate authentication.

I was not able to find in the net (google) suitable VB code to cooorporate with winsock in my programm in order to establish connection to this Business-Proxy using NTLM Proxy-Authorization .

Any idea about that ?

Thanks in advance

visualAd
Dec 12th, 2006, 12:45 PM
I'm newbie in VB
I wouldn't trying implementing NTLM then ... But if you must then this might help you.

http://www.innovation.ch/personal/ronald/ntlm.html

basiliou
Dec 18th, 2006, 04:56 PM
I wouldn't trying implementing NTLM then ... But if you must then this might help you.

http://www.innovation.ch/personal/ronald/ntlm.html

Thamks for the link...
Ok, i'm newbie enough to understand how NTLM works with proxy servers,
but in my case NTLM is my only way to be redirected from my proxy.

It is strange that i have found a lot of code regarding C, but nothing about VB and NTLM.

Regards