Top "Put" questions

PUT is a HTTP method which requests that the enclosed entity be stored under the supplied URL.

Spring REST @RequestBody is always empty

So after I fixed the '415 media not supported' error (415 media not supported), I encountered a new issue. My RequestBody …

java json spring rest put
should I use PUT method for update, if I also update a timestamp attribute

To be more precise: According to rest style, it's generally assummed that POST, GET, PUT, and DELETE http methods should …

rest logging audit put
Which REST operation (GET, PUT, or POST) for validating information?

My users enter a few information fields in an iOS app. This information must be validated on my server, which …

http rest post asp.net-web-api put
How do I get raw form data in laravel?

I have a script that is trying to send data to my site using HTTP PUT. Normally, I woudl just …

php http laravel put
Consequences of POST not being idempotent (RESTful API)

I am wondering if my current approach makes sense or if there is a better way to do it. I …

http rest post put idempotent
PHP Amazon SDK - s3 putObject and set Body

hi i'm trying putting a new object into a bucket with this code: <?php if ( ! defined('BASEPATH')) exit('No …

php object sdk amazon-s3 put
Backbone.js - model.save() not firing a PUT request

I have a basic application using Backbone.js that is not making PUT calls (updating model). From the front-end, I …

backbone.js put backbone-model
Problems with a POST/PUT Json RESTful request Grails

Hi I have a grails restful code. I do perfect a Json get and delete request. My problem is: I …

json grails post request put
how to set method put in form_tag in rails?

how to set method inside form to put in form_tag in rails?, i have form_tag like this : <%= …

ruby-on-rails forms put
Oracle PL/SQL UTL_FILE.PUT buffering

I'm writing a large file > 7MB from an Oracle stored procedure and the requirements are to have no line …

oracle plsql put fflush utl-file