Hi, I'm having a problem with GET. I'm behind a proxy, so I set these options in the JVM before running my application: -Dhttp.proxyHost=myProxyIP -Dhttp.proxyPort=MyProxyPort
If I send a simple GET(e.g. http://domain/users/1) it works, but if I send a GET with parameters: http://domain/users/search?sex=male&location=Brazil I get this error: A recoverable error was detected (503), attempting again in 2000 ms. 4/04/2011 12:19:11 PM org.restlet.resource.ClientResource handle Exception or error caught in resource Service Unavailable (503) - Service Unavailable I've tested the application in a non-Proxy environment and everything works. So, I think it is related with some proxy configuration in Restlet. Do I need to configure something in Restlet for the proxy? I searched in restlet documentation but I didn't find anything related. I was using restlet 2.0.5, I updated to 2.0.6 but still have the same issue. Thanks in advance. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2716949

