Hi, I'm new to Restlet, which I want to use for implementing a restful application. I'm stuck at a point, were I want to implement a server resource that can be accessed via GET only if authenticated. POST however should always work, as it implements some kind of factory method.
How can set up authentication on a per-method level for a resource? Thanks in advance! ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2445757

