오류노트 spring boot에서 PUT 메소드 호출시 cors 오류 by 어컴띵 2021. 2. 26. allowedMethods("*")를 추가한다. registry.addMapping("/**") .allowedMethods("*") .allowedOrigins("http://localhost:3000"); 참조 : stackoverflow.com/questions/35315090/spring-boot-enable-global-cors-support-issue-only-get-is-working-post-put-and Spring boot enable Global CORS support issue: only GET is working, POST, PUT and Delete are not working Update: Now looking back more than a year later, I am giving an update hope that will help someone else. Spring IO recommend using CSRF protection for any request that could be processed by a bro... stackoverflow.com 공유하기 게시글 관리 지금 이순간 여기 '오류노트' 카테고리의 다른 글 spring boot 스프링부트 lombok @Log : cannot find symbol 오류 발생시 (0) 2021.03.03 Springboot oauth2 인증시 Error: redirect_uri_mismatch에러 발생 (0) 2021.03.01 intellij gradle 에서 java: cannot access org.springframework.context.ConfigurableApplicationContext 오류 (0) 2021.02.23 intellij 에서 react/cjs/react.production.min로 import 되는 현상 수정 (0) 2021.02.19 ESLint: Please specify path to 'eslint' package (0) 2021.02.19 관련글 spring boot 스프링부트 lombok @Log : cannot find symbol 오류 발생시 Springboot oauth2 인증시 Error: redirect_uri_mismatch에러 발생 intellij gradle 에서 java: cannot access org.springframework.context.ConfigurableApplicationContext 오류 intellij 에서 react/cjs/react.production.min로 import 되는 현상 수정