# Forbidden
총 6개의 포스트

[Trouble Shooting] Spring Security 403 Forbidden 해결
Spring Boot 3 버전 Spring Security를 사용하다 겪었던 문제와, 해결방안을 정리해 둔 글입니다.
2023년 7월 30일
·
2개의 댓글·
1
[Spring security 6] Controller test 403 Forbidden 에러(feat. csrf)
Spring Boot 3.x 버전을 사용하면서 Spring security도 6.x를 사용하게 됐다. 그런데 Spring Boot 2.x 버전과 Spring security 5.x 버전을 사용하면서 나타나지 않았던 문제가 생겼다.보통 csrf랑 연관되서 403 에러가
2023년 6월 30일
·
1개의 댓글·
0[Android] retrofit 세션 유지
https://two22.tistory.com/35user의 money와 point를 받아와야하는데user authentication을 거쳐야하는데 client에서 server에 요청을 보내는 데에서 403 forbidden 에러가 생겼다 유저 인증 실패했다는
2021년 9월 25일
·
0개의 댓글·
0[Django] Forbidden (CSRF cookie not set.) error
cookie와 관련된 에러가 자꾸 발생한다...백에서 @ensure_csrf_cookie를 데코레이터로 사용해줬음에도 불구하고 프론트에서 요청을 보냈을 때 forbidden 403이 계속 발생했는데 소개원실 git에 강과 같은 글이..https://github
2021년 9월 2일
·
0개의 댓글·
0