SyntaxFix
Write A Post
Hire A Developer
Questions
on the server side in node.js I just added this and it worked. reactjs front end on my local machine can access api backend hosted on azure:
// Enables CORS const cors = require('cors'); app.use(cors({ origin: true }));