monsur / enable-cors.org

Advocacy for CORS
http://enable-cors.org/
212 stars 99 forks source link

CORS on Coldfusion #72

Closed samdaams closed 10 years ago

samdaams commented 10 years ago
<cfheader name="Access-Control-Allow-Origin" value="*">

Be sure to put it after your arguments if using in a function, but before anything else is returned.

Just a suggestion for inclusion on http://enable-cors.org/server.html

monsur commented 10 years ago

Can you prepare a pull request? I'm not familiar with Cold Fusion configs. Thanks!

Raxvis commented 10 years ago

Pull request for Coldfusion CORS https://github.com/monsur/enable-cors.org/pull/73