ASP.NET Core 发送 “text/plain” 请求时报错 “415 Unsupported Media Type”

给一个 ASP.NET Core Web API 发送 Content-Type 为 text/plain 的请求时,出现错误:

HTTP/1.1 415 Unsupported Media Type

请问如何解决?

回答

问题补充:

Controller 加了 [ApiController] 就会出现这个问题

以上是ASP.NET Core 发送 “text/plain” 请求时报错 “415 Unsupported Media Type”的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>