본문 바로가기
prcExp

[2022.08.15] How to solve the server responded with a status of 415 (Unsupported Media Type)?

by injekim97 2022. 8. 15.
반응형

[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 추가

반응형

댓글