post data - ngResource AngularJS

后端 未结 4 845
你的背包
你的背包 2021-01-24 14:38


Hello !
I develop a RESTful webapp with AngularJS, I use the ngResource module to send http requests. The webservice is developped with FuelPHP.

I\

4条回答
  •  没有蜡笔的小新
    2021-01-24 15:09

    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'))

提交回复
热议问题