what is the difference between http put and delete?
technology
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Nov 18, 2014, 12:54 AM
A PUT request is a way to upload a file to a server. Most servers don't allow PUT requests, because of the security implications.
Similarly, a DELETE request will delete a resource on the server. Like PUT, this method is rarely permitted on server for obvious reasons.
Dipankar BiswasPosted Oct 26, 2014, 11:27 PM