Check out the Red programming language from the same author

CORS support added

Nenad Rakocevic - Softinnov
12-Aug-2013 14:14:49 GMT

Article #31
Main page || Index || 0 Comment


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:
  1. Uncomment the cors module line in global section of the httpd.cfg config file.
  2. Add at least one allow-cors directive in a virtual host settings block.
Enjoy!


© Nenad Rakocevic - Softinnov