Hi!

I want to use the Restlet client in my app along with a notion of 
Accounts. This means that the user will set up Accounts with logins to a 
number of websites, and when the application does HTTP requests to those 
websites the login info should be used automatically.

How do I set up Restlet to do this? One way seems to be to subclass 
Client and override handle(), and on each call check what host is being 
called, and then add auth info. Is there a better, cleaner way to do it? 
If so, how?

/Rickard

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1360302

Reply via email to