Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 778 Bytes

About

Edgemicro CORS plugin, that handles CORS requirements of adding headers to response and pre-flight requests

Why

If APIs exposed using Edgemicro are accessed from browser based applications deployed on a different domain, then these APIs need to support CORS

Configuration

Plugin configuration
<EDGEMICRO_HOME>/plugins git clone https://github.com/mukundha/cors-edgemicro-plugin
Sequence Configuration

Make sure, this plugin appears before all other plugins

  plugins:
    sequence:
      - cors-edgemicro-plugin
      - oauth

More Details