Everyone, 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 request is challenged and needs to be resent. I am trying to include the correct ChallengeResponse with each new request, but I am missing how it should be constructed. After the challenge I build it as
challengeResponse = new ChallengeResponse(challengeRequest,request,response,userid,passwd); request.setChallengeResponse(challengeResponse); but when I am about to issue the next request after the resent challenged request completes, what should be used as the response? Thanks Rich ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2448843

