我试图通过点击编辑按钮将intakeanswers.json从angularjs表单发送到java web服务,但是我得到了一个错误:“405method not allowed”。我的JSON可以吗?<!">myapp.controller('edit_ctrl',function($scope,$http){
$http.get
我试图通过使用Java发送CURL命令来发送REST请求:
Process p = Runtime.getRuntime().exec("curl -i --user user_name:password-H \"Content-Type: application/json\" -X PUT url_without_quote -d @/home/user_name/put_content.json"我已经<