Allow CORS REST request to a Express/Node.js application on Heroku

I’ve cheked your code on a clean ExpressJS app and it works just fine.

Try move your app.use(allowCrossDomain) to the top of configure function.

Leave a Comment