Hello, i am devloping a server side application with retslet 1.1.2. Most of the Resources require authorization and are represented depending on the users level. So far, I use the HTTP Basic authentication with a guard in the app. But I dont like to see this popup requesting the username and password in the browser. I would prefer to use a normal webform, which will submit the login data using post to a non guarded resource. Is there a way to manipulate the header in that way, that the challenge header for the HTTPBasic authentication is set for the guarded resources? So I dont need to reenter the passord?
Regards Stefan ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2376537

