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] 就会出现这个问题
THE END
二维码