ramsaylanier / WordExpress

WordPress using Node, React, GraphQL, and Apollo
http://wordexpress.io
MIT License
1.56k stars 129 forks source link

CORS support #24

Closed timscott closed 7 years ago

timscott commented 7 years ago

Would it be possible to enable cross origin requests? Here's an example of how it's done with express: https://github.com/expressjs/cors#simple-usage-enable-all-cors-requests

I guess that would added here: https://github.com/ramsaylanier/WordExpress/blob/master/server.js#L12

But maybe it should be configurable? I'm not sure the best way to accomplish that. Happy to make a PR. Alternatively, we can just fork.

ramsaylanier commented 7 years ago

Its certainly possible to add CORS support, though I think it should 1) be a configuration option and 2) should be done on a fork. You can probably just add it to the configuration json file in thesettings directory and then reference that configuration in server.js