我在 firefox 网络浏览器中使用 Rest Client 插件。我想测试一个处理 HTTP POST 请求并使用 json 的网络服务。我如何使用 Rest Client 测试它?

如果我在 请求正文 中放入 json ,我会收到 *HTTP 415 Unsupported Media Type error*

这样做的正确方法是什么?

最佳答案

如果未添加标题 'Content-Type': 'application/json',我曾经遇到过这个问题。
也引用 POST JSON fails with 415 Unsupported media type, Spring 3 mvc ,围绕相同的行。

关于http - 在 Firefox 中向 Rest Client 发送 post 请求,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/15323342/

10-12 04:16
查看更多