When POSTed using angular ngresource, the linked request parameters are
It will be included in the Request URL.
Example)
When {user_id:1} is combined as a parameter
Request URL:
http://hogehoge?user_id=1
Is there a way not to include the request parameter in the Request URL?
angularjs
Please refer to the following two cases as ngresource and body parameters.
https://stackoverflow.com/questions/16203646/send-request-body-on-resource
http://www.walbrix.com/jp/blog/2014-03-angularjs-form-urlencoded.html
© 2024 OneMinuteCode. All rights reserved.