FYI, see follow-up thread here:
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=24520
86


-----Message d'origine-----
De : [email protected] [mailto:[email protected]] 
Envoyé : jeudi 18 février 2010 18:52
À : [email protected]
Objet : Including DIGEST auth Response with initial request

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-restle
t.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=24488
43

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2452557

Reply via email to