Hi guys,

I thinking on use a basic http login rather than a form page to handle
user logins, I done something like this:

...
self.response().setHeader('Status', '401 Unauthorized')
self.response().setHeader('WWW-Authenticate', 'Basic realm="Restrict Area"')
...

How can I validate the login and password specified by the user? Is
this a good approach, is there an know problem using this way rather
than a login page?

Thanks for help

-- 
Michel Thadeu Sabchuk
Curitiba - Brasil


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to