如何对 Web 服务 PUT 方法进行临时测试?
我已经编写了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 。我刚刚在 6:00 左右看到一个示例 此视频。
You can use Fiddler. I just saw an example at about 6:00 into this video.