Hi, Thanks for the feed-back. It seems like we could do a better job to facilitate the usage of HTTP Digest so I've entered a RFE:
"Improve HTTP Digest support" http://restlet.tigris.org/issues/show_bug.cgi?id=567 Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : news [mailto:[EMAIL PROTECTED] De la part de D Desai Envoye : mercredi 13 aout 2008 23:45 A : [email protected] Objet : Re: Http Digest Jerome Louvel <jerome.louvel <at> noelios.com> writes: You need to use the other Guard constructor taking four parameters. I did initially. Did not seem to work. So I did some manual stuff on the client side. Sent out a request, got the response and created a ChallengeResponse based on reponse parameters; this included calculating the "response" value. I had to set the credentials strings on the ChallengeResponse, making sure that values were quoted and that ':' characters were replaced by '=' characters; I had to do this because otherwise the server could not parse the credential string in HttpDigestHelper.authenticate. So, now it works.

