Open penrillian-chrisa opened 8 years ago
I am out of town with limited internet. Will have a look on Sunday when I get back.
On Thu, 26 May 2016 at 6:02 PM Chris Allison notifications@github.com wrote:
Hi
I'm struggling to configure Access-Control-Allow-Headers to allow the standard values, plus a new x-abc, i.e. [origin, authorization, accept, content-type, x-requested-with, x-abc]
Please could you provide an example Config.groovy configuration?
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/davidtinker/grails-cors/issues/42
Hi David, sorry to bug you, but did you get a chance to have a look at this?
Sorry forgot .. this should work:
cors.headers = ['Access-Control-Allow-Headers': 'origin, authorization, accept, content-type, x-requested-with, x-abc']
Hi
I'm struggling to configure Access-Control-Allow-Headers to allow the standard values, plus a new x-abc, i.e. [origin, authorization, accept, content-type, x-requested-with, x-abc]
Please could you provide an example Config.groovy configuration?