rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
276 stars 32 forks source link

CORS #93

Closed dselivanov closed 4 years ago

dselivanov commented 5 years ago

Need to figure out solution to add simple CORS - see discussion here https://github.com/falconry/falcon/issues/1220

artemklevtsov commented 5 years ago

Related article: https://developer.mozilla.org/ru/docs/Web/HTTP/CORS

dselivanov commented 4 years ago

Basic CORS support in dev branch