Thanks so much for the timely response. I tried your suggestion and it worked perfectly! HttpClient direct calls are out and Restlet client back into my code.
I have been using Restlet on a project for about 6 months now and have been very pleased with the results. On Thu, Jun 5, 2008 at 11:30 PM, Thierry Boileau <[EMAIL PROTECTED]> wrote: > Hello Eben, > > My first quick answer: if you want to authenticate a request, you should > use the ChallengeResponse object (see > http://www.restlet.org/documentation/1.1/tutorial#part09).

