监控网络浏览器网址 [英] monitor web browsers url

查看:150
本文介绍了监控网络浏览器网址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想查看在计算机上的哪个浏览器中打开了哪个网站,并将其显示在类似
的表格中
IE-xyz.com
IE-abc.com
mozilla-ab1.com
chrome-ab2.com



浏览器可以是任何,mozilla,IE,歌剧,cometBird等

一种实现它的方法是通过嗅探IP数据包,但是那是非常粗略的方法.任何人都可以帮忙并提出一些好方法吗?

i want to see which website is open in which browser on a computer and show it in a table like

IE - xyz.com
IE - abc.com
mozilla - ab1.com
chrome - ab2.com

etc

browser can be any, mozilla, IE, opera, cometBird etc

one way to implement it is by sniffing IP packets, but thats very crude way. can anyone help and suggest some good way of doing

推荐答案

做到这一点的唯一方法就是所谓的粗略方法".它称为代理服务器.代理可以从请求标头中获取浏览器信息.

没有任何一种方法可以通过查找Windows中的控件或通过COM界面来获取每个Web浏览器的URL.您知道野外大约有40种不同的浏览器吗?
The only way to do that is the "crude way" as you call it. It''s called a proxy server. The proxy can get the browser information from the request headers.

There is no single way to get the URLs for every web browser out there by hunting down controls in windows or going through COM interfaces. Did you know there are about 40 different browsers out in the wild??


这篇关于监控网络浏览器网址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆