Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 티스토리챌린지
- Javascript
- isNotEmpty
- mssql
- analytics4
- PostgreSQL
- 오블완
- github
- 리눅스
- DBMS
- oracle
- pem
- pandas
- Kibana
- 404error
- java
- IntelliJ
- iBatis
- 호이스팅
- docker
- spring
- git
- mysql
- MariaDB
- SQL
- 자바
- 명령어
- Python
- Linux
- springboot
Archives
- Today
- Total
hanker
SPRING - 405 Error 본문
반응형
1. Spring Security 적용 후 서버에 데이터 전송시 405 에러 발생
- Google 검색 결과 RequestMethod, ajax Type을 맞춰주라고 하는데, 필자는 이상이 없었음.
- 계속해서 구글링 결과
- Spring Security를 적용하게 되면 csrf 설정을 해제해야됨을 알았음
<security-context.xml 설정>
<security:csrf disabled="true"/>
반응형
'SPRING > SPRING-ERROR' 카테고리의 다른 글
Spring - pom.xml 첫 줄 에러 (0) | 2021.01.12 |
---|---|
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean 에러 (0) | 2021.01.08 |
Can not find the tag library descriptor for "http://www.springframework.org/security/tags" (0) | 2020.10.26 |
Invalid message received with signature ... (0) | 2020.10.26 |
No bean named 'springSecurityFilterChain' is defined 에러 (0) | 2020.08.18 |