HTTP status code for unaccepted Content-Type in request

后端 未结 1 1876
闹比i
闹比i 2020-12-10 00:21

For certain resources, my RESTful server only accepts PUT and POST requests with JSON objects as the content body, thus requiring a Content-T

相关标签:
1条回答
  • 2020-12-10 00:58

    It could be 415 Unsupported Media Type according to this list: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16.

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