728x90
반응형
- 환경 : 스프링 시큐리티의 csrf 기능을 사용 중이면서, ajax 통신 시 head에 csrf meta 정보를 넘겨주지 않아서 발생한 오류.
[해결]
head 태그에 csrf 토큰을 추가
예시) thymeleaf
<meta name="_csrf" th:content="${_scrf.token}"/>
<meta name="_csrf_header" th:content="${_csrf.headerName}"/>
728x90
'스마트웹앱콘텐츠전문가 > 자바스크립트' 카테고리의 다른 글
String형 -> Boolean형 (0) | 2020.08.07 |
---|---|
[jquery]ajax Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported (0) | 2020.08.07 |
[jquery]AJAX 기본형태 (0) | 2020.08.07 |
[javascript]브라우저 윈도우 팝업(새창) 띄우기 (0) | 2020.08.07 |
[jqgrid] 체크(선택)된 row 가져오기 (0) | 2020.07.15 |