virtkick/http-master

Feature request: optional CORS support

Closed this issue · 3 comments

it would be awesome if we could enable CORS support

express has a nice drop in middleware
https://github.com/troygoode/node-cors

Rush commented

You could probably enable CORS right now with the header middleware. Not super nice but I think it does the job.

https://github.com/encharm/http-master#addheader

ah yes that would work, thanks