In my controller, I want to accept only POST variables, not GET Variables. As far as I know, Grails does not distinguish between POST and GET, although the request method can be checked using request.method, but I want to specifically accept only POST parameters. How to do it? Sorry if I sound too naive I just started groovy and grails with my background in PHP.
source share