blob: 612cdab33614a4743912c656ae18e3c69de1369c (
plain) (
tree)
|
|
Rack::Cors provides support for Cross-Origin Resource Sharing (CORS) for
Rack compatible web applications. The CORS spec allows web applications
to make cross domain AJAX calls without using workarounds such as JSONP.
WWW: https://github.com/cyu/rack-cors
|