티스토리 뷰
API 통신을 할때 json으로 메세지를 보내면 다음과 같은 오류를 자주 접할 수 있다.
바로 Content Type이 맞지 않는다는 메세지이다.
위와 같이 message가 application/json not supported면 요청을 보낼 때 Header에 Content-Type을 application/json 으로 설정해주면 된다.
그 외의 다른 Type으로 메세지를 보낼때는 그에 맞는 Content-Type을 적절하게 잘 설정해 주자.
끝!
'Framework > Spring' 카테고리의 다른 글
spring properties 파일 yaml 파일로 변경하기 (0) | 2021.03.23 |
---|---|
No converter found for return value of type 오류 조치 (0) | 2021.03.18 |
Springboot에서 MyBatis 설정을 application.yml 으로 하기 (0) | 2021.03.10 |
Spring Custom ReturnValueHandler 만들기 초간단 예제 (0) | 2021.03.09 |
Spring Custom ArgumentResolver 만들기 초간단 예제 (0) | 2021.03.05 |
댓글