Top "Put" questions

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

PUT vs. POST for files upload RESTful api to be built using Zend Framework

I'm building a RESTful api using Zend Framework via the Zend_Rest_Route. For files upload, should I use PUT …

api rest post upload put
Unable to make PUT/POST/DELETE HTTP Call using CORS in JQuery 1.6.4

So, I can successfully make a GET call to my service using CORS. However, something must be going wrong at …

jquery http put cors
How to receive a file via HTTP PUT with PHP

This is something that has been bugging me for a while.. I'm building of a RESTful API that has to …

php file http put
In REST is POST or PUT best suited for upsert operation?

I keep a key-value storage in the server for the client. If the user sends key "k1", then I upsert …

api rest post put
Are PUT and POST requests required/expected to have a request body?

I'm writting a RESTful api, and at I'm thinking about the process of a user creating a key. I have …

http rest post httpwebrequest put
REST services - testing PUT methods in the browser

I've developed REST services. I can test the GET methods by the browser, or by a Client Application. But those …

web-services rest put form-parameter
PUT Request to REST API using Python

For some reason my put request is not working and I am getting syntax errors. I am new to Python …

python rest put
How to implement recursive put in sftp

Command-line sftp in my Ubuntu doesn't have recursive put implemented. I found some debate from 2004 about implementing such feature with …

recursion sftp put
Upload a file using an API PUT request

I'm building an API in PHP. One of the methods is place.new (PUT request). It expects several string fields, …

php curl upload request put
Javascript XMLHttpRequest "NetworkError"

I am inexperienced in javascript and web development in general. The project I am working on is part of a …

javascript http google-chrome single-sign-on put