OPI Blog
Learn from experts in their fields

Browsing Tags: X-HTTP-Method-Override

Grails: Overriding the HTTP Method
Some browsers, clients, networks, firefwalls, etc. don’t allow HTTP methods beyond GET and POST.  With Grails you can get around this by POSTing an additional parameter ‘_method‘ which will be used to override the request’s ...