Questions tagged [grails-2.2]

Grails is a web application framework that uses Groovy and Java. The framework is oriented around high-productivity application development, and uses common Java technologies such as Hibernate and Spring.

Grails is a web application framework that uses Groovy and Java. The framework is oriented around high-productivity application development, and uses common Java technologies such as Hibernate and Spring.

136 questions
-2
votes
1 answer

Access-Control-Allow-Headers header not being added in response for cors non simple request?

For the non simple cors request i am adding the following headers. def testPostJSON(){ response.setHeader("Access-Control-Allow-Origin", "*"); response.setHeader("Access-Control-Allow-Credentials", "true"); …
kofhearts
  • 3,607
  • 8
  • 46
  • 79
1 2 3
9
10