반응형
[2022.08.15] How to solve the server responded with a status of 415 (Unsupported Media Type)?
이번 게시글은 컨트롤러에서 데이터 호출 시 발생하는 415 에러에 대한 해결방법을 알려주기 위해 작성하였다.
에러메세지
the server responded with a status of 415 (Unsupported Media Type)
해결 방법
@RequestMapping(value="/test", method=RequestMethod.POST)
controller 에서 @RequestMapping에 method=RequestMethod.POST 추가
반응형
'prcExp' 카테고리의 다른 글
[2022.08.23] How to move tabs on the current page using JS? (0) | 2022.08.23 |
---|---|
[2022.08.19] How to get the most out of alerts? (0) | 2022.08.19 |
[2022.08.10] Controller을 생성하여 URL로 JSP 접근 방법? (0) | 2022.08.10 |
[2022.08.13] Tomcat JSP 실행하기(IntelliJ) (0) | 2022.08.09 |
[2022.08.09] 톰캣에서 콘솔 로그 깨짐 현상 해결 방법 (IntelliJ) (0) | 2022.08.09 |
댓글