Go REST
N

Cannot get 415 status code

Norayr Hakobyan about 3 years ago 3751 views 1 replies

Someone please help me to get 415 status code.

1 reply
Z
zeevy 3 months ago

The GoRest API accepts JSON requests with Content-Type: application/json. A 415 (Unsupported Media Type) would only occur if you send a content type the server does not support, such as Content-Type: application/xml. However, the API may respond with 422 or 400 instead depending on the request. Not all HTTP status codes are guaranteed to be reproducible on every API.

Your reply

Markdown supported