Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
更新到 5.1.0 后将数据发布到 WebApi 失败 嗨!你有关于这个问题的任何更新吗?我遇到了完全相同的问题。我愿意尽我所能提供帮助,因为这对我来说是一个表演障碍。
谢谢,-基里尔。
The default formatter seems to be broken really deep in the System.Net.Http, and instead of accepting application/x-www-urlencoded data it only accepts application/json data. Format your data in JSON then post it.