React.JS Request from port 3000 to Spring Boot 8080 blocked by client – Docker
I have a backend application in Spring Boot running on port 8080, and frontend React.js project running on port 3000. We are sending a request from React.js (port 3000) to Spring Boot /authenticate endpoint (port 8080) where it authenticates the…