I\'m following the indications on this post to create a a parametrized URI for an Http GetMethod (http://some.domain/path?param1=value1¶m2=value2) and I ran into a new issue.
How can I get a collection and a 开发者_C百科Model in one Action in MVC (http Post)?Not sure, if I got you right. But you could use a class wrapping it. The class gets a property for the collection an
The Wikipedia entry on HTTP lists the following HTTP request methods: HEAD: Asks for the response identical to the one that would correspond to a GET request, but without the response body.
I would like to know which http method I should use when doing a login request, and why? Since this request creates an object (a user session) on the server, I think it should be POST, what do you thi
Spring 3 MVC supports all 4 of RESTful methods: GET, POST, PUT and DELETE. But does its view technology support them on forms? If not, what is t开发者_如何学运维he real use of method attribute in form
I\'m working on a API-Server with Rails 3 wich is pretty handy so far but I\'m running across a error all the time and I\'m not sure wether it is because of my Apache Setup or the Rails App.
This question already has answers here: Closed 10 years ago. Possible Duplicate: Are the PUT, DELETE, HEAD, et开发者_C百科c methods available in most web browsers?
This question already has answers here: When should I use GET or POST method? What's the difference between them?
So I am getting this error for one of my routes. I\'am running Rails v2.3.8 + Mongrel 1.1.5. Does rails support only GET & POST??
what should my concerns be if I we\'re about to make an application that handles logins the following way: