Hi all, Is it possible to implement a kind of "authentication negotiation". This means that the server might return to the client a list of possible authentication methods (multiple values for the WWW-Authenticate headers?) with HTTP code 401
The HTTP client choose the best method that he can handle ... I look at the example http://www.restlet.org/documentation/2.0/tutorial # part09 (9. Guarding access to sensitive resources), but we can not specify several "ChallengeScheme" ... ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2444144

