如何让fiddler减少干扰?

发布于 2024-12-26 16:29:50 字数 226 浏览 1 评论 0原文

Fiddler 是一个用于测试各种 http 场景的出色工具。然而,Fiddler 也会阻止各种不应阻止的流量。这种侵入性行为可能会令人烦恼且耗时。

有没有办法指定 Fiddler 听什么、不听什么?所以我想说只监视和报告流向 localhost 或 www.google.com 的流量,其他所有内容都将被忽略。

这可能吗?

每当提琴手阻止了不应该阻止的东西时,就必须关闭它,这相当乏味。

Fiddler is a great tool for testing a wide variety of http scenarios. However Fiddler also blocks all kinds of traffic that it shouldn't. This intrusive behavior can be annoying and time consuming.

Is there a way to specify what Fiddler does and does not listen to? So I want to say only monitor and report on traffic going to localhost or www.google.com, everything else would be ignored.

Is that possible ?

Its just rather tedious to have to close fiddler whenever it blocks something it should not.

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

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

发布评论

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

评论(2

娇纵 2025-01-02 16:29:50

Fiddler 充当系统代理,因此您不能让某些流量通过它,而另一些则不通过它,除非您可以将客户端配置为对某些连接不使用代理。

您可以使用 Fiddler 的过滤器选项来确定捕获并在会话窗口中显示的内容。

然而,它阻挡了什么?我广泛使用 Fiddler,并且没有遇到连接被阻止的问题。也许除了关闭 Fiddler 之外还有其他解决方案。

Fiddler acts as a system proxy, so you can't have some traffic flow through it and some not, unless you can configure the client to not use the proxy for some connections.

You can use Fiddler's filter options to determine what is captured and shown in the sessions window.

However, what does it block ? I use Fiddler extensively, and have no issues with connections being blocked. Perhaps there is another solution than closing Fiddler.

嗳卜坏 2025-01-02 16:29:50

我刚才设置Fiddler时遇到了同样的问题(Win7)。我的问题是 Fiddler (Fiddler2) 没有检测和使用我的公司代理设置。我必须在 Fiddler Options > 中手动设置它们。网关

这就是为什么我所有的非本地、非内联网流量都出现黑洞的原因。希望有帮助。

I faced the same problem when setting up Fiddler just now (Win7). My problem was that Fiddler (Fiddler2) was not detecting and using my corporate Proxy settings. I had to go and set them manually in Fiddler Options > Gateway

That is why all my non-local, non-intranet traffic was appearing to blackhole. Hope that helps.

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