Re: [Webware-discuss] HTTP Authorization

2005-04-13 Thread Radosław Kintzi
michelts napisał(a): 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 valida

[Webware-discuss] HTTP Authorization

2005-04-12 Thread michelts
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 p