Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: Indy and NTLM
| Subject: | Re: Indy and NTLM |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 18 Dec 2006 23:00:24 |
"Markus Alexander" <markus.alexander@gmx.at> wrote in message
news:em7qcq$3p4$1@newsreader2.utanet.at...
> Sniffing on the network and comparing it to the request from Ie, the
> only difference is that Indy disconnects the connection after each
request.
TIdHTTP does not disconnect between multiple steps of an authentication.
The steps are performed inside of a loop. A disconnect only occurs between
actual requests, and even then only if the client does not specify a
keep-alive (or the server rejects the keep-alive).
Gambit