Method Param
There is currently a limitation with Adobe Flex which appears to restrict non-proxied requests to using only the GET
and POST
methods. This naturally causes a problem when using RESTful web-services.
To work around this problem, Jarvis uses an approach similar to other web-services which allows a GET
or POST
parameter to override the supplied http request method when determining the nature of the action (insert, update, delete) to be performed.
By default, the _method
CGI parameter is used for this purpose.