有没有办法知道浏览网页时打开了多少个http连接
就像当我访问 yahoo 电子邮件时,我看到 yahoo 从各种其他服务器下载内容,例如 ad.yieldmanager.com、img.yahoo.com 等,当我在网页中时,如何找出它拥有的所有 http 连接打开加载网页?
Like when I access yahoo email , I see yahoo downloads contents from various other servers , like ad.yieldmanager.com , img.yahoo.com ,etc ,when I am in a web page how do I find out all the http connections it has opened to load the web page ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Firefox 并获取 firebug。然后使用网络控制台监控。
Use firefox and get firebug. Then use the net console to monitor.
使用Fiddler。
很好。
Use Fiddler.
It's good.