We’re using Grails for building RESTful services which we’ll call from browser clients using HTML forms, the problem is that forms only support GET and POST, so we’re not sure how to handle PUT and DELETE.
We’re using Grails for building RESTful services which we’ll call from browser clients using
Share
Grails template tags can help you there:
Via: http://www.grails.org/doc/latest/guide/13.%20Web%20Services.html