06-18-2013, 10:14 AM
[eluser]Unknown[/eluser]
The GET functions works but the POST function gives me the following error:
{"status":false,"error":"Unknown method."}
Any idea what it could be. Im calling the post function like this:
$this->rest->post($url, $params2);
The GET functions works but the POST function gives me the following error:
{"status":false,"error":"Unknown method."}
Any idea what it could be. Im calling the post function like this:
$this->rest->post($url, $params2);