I have a frontend webapp developed with React JS, and a rest API built with Spring boot. When I try to access to API from my react-app I get a 403 Error. My API Rest is deploy in tomcat server.
POST http://localhost:8080/fantasy/api/auth/signin 403
PostData.js:3 Uncaught (in promise) SyntaxError: Unexpected end of JSON input