Error

[Error] Request failed with status code 415

오선지♬ 2023. 2. 16. 18:41
728x90
반응형

 

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/415

 

415 Unsupported Media Type - HTTP | MDN

The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format.

developer.mozilla.org

 

parameter 방식이 json 방식으로  [ {"키" : "값"} ] 형태였는데 이 형태로 parameter를 보내지 않아서 오류가 났다.

결과적으로는 parameter 방식도 {"키" : "값"} 형태로 재설정하고 ( List 로 보낼 이유가 없어서 )

parameter를 보내는 코드도 수정하여서 오류를해결하였다.

728x90
반응형