Hello again, One of my REST clients will be a Flash application. As some or all of you are aware Flash's URLRequest is a bit broken in that it doesn't fully support the HTTP protocol. I have tried using arc90restlib that Jerome suggested at http://lab.arc90.com/2008/03/restservice.php but unfortunately all I get are IOErrors when a request is sent anywhere. It could be that i'm loading in a Flex library into a Flash app but it's a bit hard too difficult to debug at this point. I can only assume there is an issue with the library. Short of writing my own HTTP socket library I was given a tip on using Flash's built-in URLRequest method and utilizing override headers to perform the PUT and DELETE operations. Specifically I am adding the header X-HTTP-Method-Override with the correct action I desire. Now to the point; does RESTlet support these headers? Does anyone else have any suggestions on how to make this Flash client talk?
Jean-Philippe ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1072663

