Top "Put" questions

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

Ruby: PUT Request with JSON body?

I need to create an HTTP PUT request using ruby. The request has a JSON body I was able to …

ruby json httprequest put
Recursively PUT files to a remote server using FTP

I'm currently in a situation where I have very limited access to a server, but need to upload and download …

recursion ftp data-transfer put ftp-client
How to upload a file using an HTTP "PUT" using JQuery?

I would like to upload a file using JQuery-File-Upload, but using HTTP "PUT" instead of multipart-forms. According to their site: …

javascript jquery put
How can I send an HTTP PUT request in Ruby?

I am trying to send a PUT request to a particular URL, and have thus far been unsuccessful in doing …

ruby http rest put
C# HttpClient PUT

For some reason my below code that used to work now consequently raises an exception: public static async Task<…

c# http httpclient put
How do I access PHP REST API PUT data on the server side?

-- Question -- I am just starting out with the REST API and am getting pretty confused. This is what …

php rest server-side put
link_to update (without form)

I want a link to update a resource, without using an HTML form. Routes: resources :users do resources :friends end …

ruby-on-rails routes link-to put
Rails Put vs Post

I have been reading up on the difference between put and post requests and I have some related questions as …

ruby-on-rails http post put
Can HTTP PUT request have application/x-www-form-urlencoded as the Content-Type?

Is it valid to send form data in an HTTP PUT request? If you could point me to a spec …

rest http content-type put specifications
HTTPWebRequest "PUT" error status 405 Method not allowed in IIS7

My app use HttpWebRequest "Put" method to upload file into the asp.net apps hosted in iis7. I had an …

asp.net iis httpwebrequest put