Everyone, Sorry about reposting, but I there has been no response to my post from a week ago.
I currently have a RESLET 2.0m6 based client and server. They are setup to use DIGEST authentication (as shown in http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/112-restlet.html). Requests are working, except every that request is challenged and needs to be resent with the response. I am trying to include the correct ChallengeResponse with each new request, but I am missing how it should be constructed. After a challenge I build the ChallengeRespone as [[[challengeResponse = new ChallengeResponse(challengeRequest,request,response,userid,passwd); request.setChallengeResponse(challengeResponse);]]] which works as expected. But when I am about to issue the next request after the resent challenged request completes I can not figure out how to build and attach the ChallengeResponse that is built based upon the last challenge received. To build the ChallengeResponse, I need to provide the request and response, but if I have not yet tried the request, what is the proper Response? Thanks for your help. Rich Thanks Rich ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2452086

