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 | 31 |
Tags
- GitHub
- 코드업
- springboot
- 알고리즘
- 스프링
- 오블완
- 파이썬
- Gradle
- Spring
- spring security
- thymeleaf
- 객사오
- 티스토리챌린지
- java
- 기초100제
- H2 설치
- 클린코드
- golang
- Vue.js
- 클린 코드
- go
- mariadb
- Python
- 롬복
- Codeup
- JPA
- Git
- Postman
- MySQL
- Spring Boot
Archives
- Today
- Total
목록302 (1)
nyximos.log
[Spring Security + Vue.js] 로그인 요청후 302 404 Axios Error 해결
로그인 구현후 요청을 보냈다. 로그인 응답을 받은 후 에러가 뜬다. GET http://127.0.0.1:5173/ 404 (Not Found) AxiosError {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', ... message : "Request failed with status code 404" name : "AxiosError" 서버에서 설정한 성공 URL로 redirect할수 없기 때문에 프론트엔드의 URL로 redirect 해야한다. /config/security/SecurityConfig.java http.formLogin()에 succesHandler를추가해준다. ht..
ETC/피땀눈물
2022. 10. 2. 14:56