Top "Http-method" questions

HTTP methods used to designate the appropriate action to direct a server towards a resource.

PUT method (RESTful) doesn't work as a way to update resources

According to this article(http://restcookbook.com/HTTP%20Methods/put-vs-post/), PUT is supposed to work as a method to update …

java rest jax-rs put http-method
How do the httppost, httpput etc attributes in ASP.NET MVC 2 work?

In ASP.NET MVC 2, a couple of new action filter attributes were introduced, as "shorthand" for attributes in ASP.NET …

c# asp.net-mvc-2 action-filter http-method
GET and POST functions in PHP / CodeIgniter

I like MVC (a lot), and I am trying to teach myself a framework of MVC architecture in all the …

php codeigniter http-method
ASP.NET Web API - 404 On Delete

I am trying to implement a Delete method on a Web API controller. However, I always get a 404 - Not …

asp.net-web-api http-status-code-404 http-method http-delete
Is it possible to implement X-HTTP-Method-Override in ASP.NET MVC?

I'm implementing a prototype of a RESTful API using ASP.NET MVC and apart from the odd bug here and …

asp.net-mvc rest http-headers http-method
Rest Api: When to use Post, PUT, PATCH and Delete

I am working on a restful api and I need to update a resource (i.e. a customer detail record …

rest http-post http-delete http-method http-put
How to declare both method in routing.yml Symfony2?

I want to declare both methods GET and POST for a same route in my routing.yml. According the documentation …

symfony routing yaml http-method
XHR doesn't work because "Origin is not allowed by Access-Control-Allow-Origin"

I'm working on a API-Server with Rails 3 wich is pretty handy so far but I'm running across a error all …

jquery apache ruby-on-rails-3 xmlhttprequest http-method