Reactjs – CORS Error for POST Requests from React to Ballerina Server
I have a local Ballerina server (http://localhost:8080) and React frontend (http://localhost:3000) set up, and I've encountered a CORS error while attempting to send POST requests to the server through axios. Interestingly, I don't encounter this error when making the same…