Error 415 Unsupported Media Type: POST not reaching REST if JSON, but it does if XML

前端 未结 13 1776
渐次进展
渐次进展 2020-11-27 04:57

I am actually new to REST WS but really I don\'t get this 415 Unsupported Media Type.

I am testing my REST with Poster on Firefox and the GET

相关标签:
13条回答
  • 2020-11-27 05:58

    I had similar problem while using in postman. for POST request under header section add these as

    key:valuepair

    Content-Type:application/json Accept:application/json

    i hope it will work.

    0 讨论(0)
提交回复
热议问题