Nginx – Cannot get cors to work for the life of me
This is my first time using cors and node.js, I am trying to call a Web API hosted on one URL from another URL. I cannot even get cors to work simple app.use(cors()); I tried more complex configurations with origins…