Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : Indy 10 (BDS 2005) / Basic Auth ... failure???
| Subject: | Indy 10 (BDS 2005) / Basic Auth ... failure??? |
| Posted by: | "dk_sz" (dk_..@hotmail.com) |
| Date: | Thu, 1 Dec 2005 17:02:22 |
In OnAuthorization I set
Username/Password + Handled to True...
(anything else I need to do? I think not?)
Yet, in my tests, I seem to get rejected
(wrong username/password). This seems odd
as when I am using e.g. FireFox it works fine.
I know the fault is probably my own...
But any ideas of what might be wrong?
The Page I try to access if Apache/protected like this:
AuthType Basic
AuthName "Pictures"
AuthGroupFile /dev/null
AuthUserFile /i/am/not/telling/the/file/path
<Limit GET>
require valid-user
</Limit>
best regards
Thomas Schulz