简体   繁体   English

让 Fiddler 捕获远程流量

[英]Getting Fiddler to capture remote traffic

On my webserver I have an web app installed and I want to monitor traffic to/from that app.在我的网络服务器上,我安装了一个网络应用程序,我想监控进出该应用程序的流量。 Hence I installed Fiddler.因此我安装了 Fiddler。 When I browse to that app from the webserver/through localhost the traffic is captured however when I browse to the web app from a different server no traffic is captured.当我从网络服务器/通过 localhost 浏览到该应用程序时,流量被捕获,但是当我从不同的服务器浏览到网络应用程序时,没有捕获流量。

I tried adding:我尝试添加:

 <system.net>
     <defaultProxy enabled="true">
         <proxy proxyaddress="http://127.0.0.1:8888" bypassonlocal="False"/>
     </defaultProxy>
</system.net>

to web.config and to machine.config with no success.到 web.config 和 machine.config 没有成功。

The answer accepted by the OP involves installing Fiddler at the server, checking the Allow remote computers to connect in options and setting the proxy at the client that points to the server on the port Fiddler is exposed. OP 接受的答案包括在服务器上安装 Fiddler,检查允许远程计算机连接选项并在客户端设置代理,该代理指向 Fiddler 暴露的端口上的服务器。

They have some screenshots of this setup here .他们在此处提供了此设置的一些屏幕截图。

他们有一篇关于确切主题的博客文章: https : //www.telerik.com/blogs/how-to-capture-android-traffic-with-fiddler

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM