Skip to content

hpcwp/cors-edgemicro-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Edgemicro Plugin to setup CORS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%