Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jun : Indy 10 IdHTTP authentication methods
| Subject: | Indy 10 IdHTTP authentication methods |
| Posted by: | "Alexandre Teixeira" (alexand..@directcall.com.br) |
| Date: | Thu, 21 Jun 2007 19:11:57 |
Hi, how can I set the authentication methods?
The basic auth is the default and the only that is present to set,
and I can access the url that require basic auth, but when the url
requires Digest auth, I get error 401 unauthorized.
Wouldn't be the authentication process choose the correct method
automatically?
Thanks.