Hello ! I develop a RESTful webapp with AngularJS, I use the ngResource module to send http requests. The webservice is developped with FuelPHP.
ngResource
I\
Thanks for your answers. Indeed, data is post in the request's body. With FuelPHP, I used Input::json('key') to get the values (and not Input:post('key'))