skip to Main Content

Spring Boot and OAuth2 CORS – Facebook api

when we access the apis from a node server using axios client it always run in to the following error: XMLHttpRequest cannot load http://localhost:8089/public/api. Redirect from 'http://localhost:8089/public/api/' to 'http://localhost:8089/' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present…

VIEW QUESTION
Back To Top
Search