React1 [Spring Boot] React와 RestApi 통신할 때 발생하는 cors 해결하기 제가 최근에 React 클라이언트와 개발을 하면서 "Access to XMLHttpRequest at 'api 서버' from origin '클라이언트 서버' has been blocked by CORS policy : No 'Access-Control-Allow-Origin' header is present on the requested resource" 라는 Cors 에러가 였습니다. 이 에러를 해결하기 위한 2가지 방법을 소개하려고 합니다. 1. Request가 들어오는 Controller에 개별적으로 @CrossOrigin Annotation을 붙여주는 방법이 있습니다. import org.springframework.web.bind.annotation.CrossOrigin; import org... 2022. 3. 6. 이전 1 다음