FRONTEND Uncaught TypeError: Cannot read property 'toLowerCase' of undefined 개발괴발랄 2021. 4. 13. 14:19 server0.tistory.com/62 Spring / jQuery ajax 사용시 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined 오류 오류 jQuery로 $.ajax 호출하는데 다음과 같은 오류가 발생했다. Uncaught TypeError: Cannot read property 'toLowerCase' of undefined 원인을 알아보니 스프링 시큐리티 csrf 설정 관련 오류이다. 사용자 인증.. server0.tistory.com