作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 VS 创建 Web 负载测试。我正在测试我使用 WebAPI 创建的服务。 WebAPI 运行良好,我现在正尝试对其进行性能/负载测试。
当我运行测试时,我收到 415 Unsupported Media Type 响应。
此外,您还可以看到它在请求中声明了 Content-Type:
插入 header 时,我没有看到 Content-Type 列为选项之一,所以我直接输入了它。
如何将 Content-Type 正确添加到我的负载测试中?
最佳答案
来自 Microsoft's Documentation :
Expand the URL node in the editor, choose the String Body node and in the Content Type property enter a value...
关于c# - VS Web 负载测试返回 415 Unsupported Media Type 尽管 Content-Type 被指定为 application/json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33485373/
我是一名优秀的程序员,十分优秀!