CORS support added
Thanks to the kind sponsoring of Alan Macleod, Cheyenne now has a module for handling
Cross Origin Resource Sharing protocol, basically allowing Javascript to make requests to another domain than the one the script originated from.
In order to use the new mod-cors module, you need to:
- Uncomment the cors module line in global section of the httpd.cfg config file.
- Add at least one allow-cors directive in a virtual host settings block.
Enjoy!
Comments:
Post a Comment:
You can post a comment here. Please keep it on-topic.