http://MyServer:MyPort/connector/MyAPIPortName/api.rsc/Cars
Response
Overriding HTTP Methods
Some clients might not be capable of issuing the correct HTTP method for a specific operation. You can use the@x-http-method query string input parameter or the X-HTTP-Method HTTP header to override the HTTP method for a request. For example, a client that does not support the HTTP PUT method can include the X-HTTP-Method: PUT header with a GET request to issue an update request for a resource.