Edgemicro CORS plugin, that handles CORS requirements of adding headers to response and pre-flight requests
If APIs exposed using Edgemicro are accessed from browser based applications deployed on a different domain, then these APIs need to support CORS
<EDGEMICRO_HOME>/plugins git clone https://github.com/mukundha/cors-edgemicro-plugin
Make sure, this plugin appears before all other plugins
plugins:
sequence:
- cors-edgemicro-plugin
- oauth