Hello all, another way is to use a Filter and a Guard. The filter aims at converting the ChallengeResponse of the request from several kinds of ChallengeScheme into a common one; the guard checks this common scheme.
Best regards, Thierry Boileau Hi Sebastian. I have done something similar but for another purpose (to > cache tokens). I think you should be able to use the same scheme. You > basically define your own Restlet that takes either of two routes depending > on the request. See this > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2800175 > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2919519 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2919523

