Hi, I want to implement a HTTP_DIGEST Authentication in server side. The header would be like: WWW-Authentication: Digest realm="myrealm", nonce="***", opaque="***"
I presume that I can put the realm in header by calling new ChallengeRequest( ChallengeScheme.HTTP_DIGEST, "myrealm"). I have created values of nonce and opaque, but How can I put nonce and opaque in the header? I am using Restlet 1.1. Thanks, N ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2623944

