Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: idHTTP.post HTTP:/1.1 401 Authorization Required
| Subject: | Re: idHTTP.post HTTP:/1.1 401 Authorization Required |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 27 Mar 2006 11:10:22 |
"xood" <bizon@arm.kes.ru> wrote in message
news:44278918@newsgroups.borland.com...
> if server required authorization i get error 401...
The only way that can happen is if either
1) the user/pass combo that you are specifying is wrong to begin with
2) the server requires an authentication scheme that TIdHTTP does not
natively support. Are the OnSelectAuthorization and/or OnAuthorization
events being tiggered at all?
Gambit
none