如何对 Web 服务 PUT 方法进行临时测试?

发布于 2024-09-28 14:56:57 字数 199 浏览 3 评论 0原文

我已经编写了一个 Web 服务,很高兴您可以导航到 http://whatever... 并查看对的响应获取。有什么巧妙的方法可以为 PUT 做类似的事情吗? (大概涉及一些工具来写入已放置的信息)。

显然,我将对这些方法进行自动化测试,但我也希望能够在没有代码的情况下使用它。

I've written a web service and it's nice that you can just navigate to http://whatever... and see the response to GETs. Is there some nifty way I can do something similar for PUTs? (presumably involving some tool to write the info that's PUTed).

Obviously I'll have automated tests for these methods, but I'd like to be able to play around with it without code too.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随风而去 2024-10-05 14:56:57

You can use Fiddler. I just saw an example at about 6:00 into this video.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文