반응형 allowedorigins1 CORS 설정시 allowedOrigins Spring 에서 CORS 설정을 하고 보니 아래와 같은 에러가 발생하였다.CORS에 대한 내용은 아래 참고 포스팅 참고 바란다. When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on the "Access-Control-Allow-Origin" response header.To allow credentials to a set of origins, list them explicitly or considerusing "allowedOriginPatterns" instead. 원인스프링부트 버전 2.4.0부터 allowedOrigins에 “*“을 추가할 수 없고 all.. 2024. 5. 28. 이전 1 다음 반응형