Hi, I am using Restlet 2.1.2. After the first succesfull authentication with CookieAuthenticator (sending the credentails in the request body) I want the server to forward my request to another URL. I have tries with adding query parameter but it didn't work. can someone help? Here is the request I'm sending:
POST http://localhost:8008/login?targetUri=/business/bla HTTP/1.1 Relevant headers username=me&password=me ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3050425

