1

我将如何创建一个可以以某种方式查看我在大多数流行浏览器中查看的 URL 的应用程序?

可以在进程外完成吗?
可以通过哪些方式做到这一点?
可以不用浏览器插件吗?

4

2 回答 2

3

The simplest answer is use a proxy server.. prevent html access out except from the proxy server so they have to use it, then all url requests go to the proxy server, even if you choose to make it yourself, then you can collect the URLS either from logs or something and off you go.

于 2012-10-17T08:25:13.553 回答
1

您必须在网络基础设施中安装一些东西,然后从中收集数据。

这可能是代理服务器(例如Fiddler),或者您可以查看WireShark (pcap) 之类的工具。

于 2012-10-17T08:27:10.860 回答