c59d5014a1
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 PR: ports/188005 Submitted by: Michael Moll <kvedulv at kvedulv.de>
5 lines
257 B
Text
5 lines
257 B
Text
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
|