-
[Spring] Content type 'text/plain;charset=UTF-8' not supportedBack End/Spring Framework 2022. 5. 21. 21:25
원인
컨트롤러는 @RequestParam 과 @RequestBody 를 사용하여 json 으로 Request를 받고 있는데
클라이언트는 Ajax 요청 시 Request Header 에 'Content-Type': 'application/json' 을 담지 않아
스프링에서 'text/plain' 에 대한 핸들링 방법이 정의되지 않아 발생한 에러해결법
클라이언트에서 Request Header 에 'Content-Type': 'application/json' 을 담아준다.
728x90'Back End > Spring Framework' 카테고리의 다른 글