# 405
총 3개의 포스트
405 error image upload
Failed to load resource: the server responded with a status of 405 (Not Allowed)
2022년 4월 7일
·
0개의 댓글HTTP Status 405 - Request method 'POST' not supported (Spring Security)
스프링 시큐리티로 회원가입 구현 중 회원가입 완료 후에 다시 돌아갈 페이지를 설정하기 위해 Controller를 작성했다. 그리고 에러가 발생했다. 이유는 스프링시큐리티가 적용되면 POST방식에서는 csrf토큰이 필요했다. >해결법
2020년 8월 10일
·
0개의 댓글