Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Windows Style Authentication
| Subject: | Re: Windows Style Authentication |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 19 Mar 2007 10:40:08 |
"Graham Harris" <ng@bmsgharr.globalnet.co.uk> wrote in message
news:45fec849$1@newsgroups.borland.com...
> I am trying to connect to a web site that uses the following style
> of login: domain\username. Does Indy support this form of
> authentication?
Yes.
> If so how do I go about connecting to the web site?
Simply add IdAuthenticationNTLM or IdAuthenticationSSPI to your uses
clause, and then assign the Request.Username and Request.Password
properties before connecting to the server. TIdHTTP will handle the
rest for you.
Gambit
none