415 Unsupported Media Type asp.net core

后端 未结 3 492
余生分开走
余生分开走 2021-01-17 10:47

Detail

I am trying to post a file from Postman to the endpoint I have created. but it gives me this error. I am not passing the header Content-Type in postman

3条回答
  •  执念已碎
    2021-01-17 11:29

    In Postman, after ensuring that you're using raw and its in JSON format. Most especially when making GET request and you're not sending any data in the body of the request ensure that the body of the request is not empty. It must have an empty object: { }

提交回复
热议问题