CORS Plugin

  • Tags : /
  • Latest : 1.1.0
  • Last Updated: 25 April 2013
  • Grails version : 2.0 > *
3 votes
Dependency :
runtime ":cors:1.1.0"

Documentation Source Issues

Summary

Installs a servlet filter to set Access-Control-Allow-Origin and other CORS related headers to enable cross site AJAX requests to your Grails application

Installation

grails install-plugin cors

https://github.com/davidtinker/grails-cors

Description