Is there reason for the fact that in the REST module the update (PUT) method is implemented with url parameters and the the create (POST) as form data? I had to patch the module because the REST server in my case requires the form data also with the PUT method.
↧