| View previous topic :: View next topic |
| Author |
Message |
Marcos André Guest
|
Posted: Fri Sep 19, 2003 9:51 pm Post subject: How can I identify and authenticate a user in a isapi-applic |
|
|
My name is Marcos André and I'm trying get a user login throw a isapi
application. The problem is that I Can't
get the variables "Remote_User" or "Auth_User" , because they are not
available in WebRequest.
Please help me!!!
Thanks
|
|
| Back to top |
|
 |
Del Murray Guest
|
Posted: Fri Sep 19, 2003 10:49 pm Post subject: Re: How can I identify and authenticate a user in a isapi-ap |
|
|
What version of Delphi ? its better with ISAPI to write your own login
procedure that to try and get the logged in user on the client machine..
this could introduce security issues. Just build a login page of html and
present it to the the user and they will submit it back to your program to
be checked, hopefully in a database.
|
|
| Back to top |
|
 |
Shiv Kumar Guest
|
Posted: Sat Sep 20, 2003 1:08 am Post subject: Re: How can I identify and authenticate a user in a isapi-ap |
|
|
What authentication are you trying? From the looks of it you're trying to
use NTLM. If that's the case your ISAPI doesn't play a part in that process.
If you want to use Basic Authentication you can take a look at my website
for a tutorial on the subject in the ISAPI section.
--
Shiv R. Kumar
The Delphi Apostle
http://www.matlus.com
|
|
| Back to top |
|
 |
|