CORS

Cross-origin resource sharing is implemented with the koa middleware kcors

See kors options for the list of all options.

Here is a typical configuration:

"cors":{
  "credentials": true
},

Last updated