FiddleCore 中的自动回复器

发布于 2024-10-20 20:10:26 字数 172 浏览 1 评论 0原文

是否可以为 FiddleCore 开发类似 AutoResponder 的操作?
这个问题中它说我们应该等待新版本的Fiddler。出来了。现在怎么办?

is it possible to develop an AutoResponder like actions for FiddleCore?
in this question it said that we should wait for new version of Fiddler. it's out. what now?

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

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

发布评论

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

评论(1

陪我终i 2024-10-27 20:10:27

是的,您可以使用 FiddlerCore 编写类似 AutoResponder 的功能。 FiddlerCore 包包含一个允许您加载 .SAZ 流量存档捕获的类。

然后,您可以通过挂钩 BeforeRequest 方法并使用 oSession.utilCreateResponseAndBypassServer() 方法来回放加载的响应。

您需要检查 URL 和/或其他数据以确定要返回哪个响应,并将响应数据从加载的会话复制到新响应中。

Yes, you can write an AutoResponder-like feature using FiddlerCore. The FiddlerCore package includes a class that allows you to load a .SAZ traffic archive capture.

You can then play back the responses that you loaded by hooking the BeforeRequest method, and using the oSession.utilCreateResponseAndBypassServer() method.

You'd check the URL and/or other data to figure out which response to return, and copy the response data out of the loaded session into the new response.

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