Hello, I am writing a restlet client to get data from a web service which uses form based authentication with self-signed certificate. Basic authentication is easy but I did a lot of web searches (including this list archive) and could not find info on how restlet client does form based authentication. I have user name and password. I did restlet client basic authentication with the user name and password only get "status 302 - site moved temporarily", because the site redirects to the form based authentication. Can anyone point me to an online resource with info on this or give me some ideas what I should do?
Thanks for your help Judy ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2891627

