mountetna / magma

Data server with friendly data loaders
GNU General Public License v2.0
5 stars 2 forks source link

adds etna::cross_origin layer so magma can serve requests to browser clients #81

Closed graft closed 6 years ago

graft commented 6 years ago

This lets magma use the new etna cross_origin rack layer, which allows it to respond correctly to CORS requests from browsers (so, e.g., timur.ucsf.edu can talk directly to magma.ucsf.edu via the browser).

jasondcater commented 6 years ago

Looks good. Please merge.