简体   繁体   English

我如何创建外部网址监视器?

[英]How would i go about creating a external url monitor?

How would I go about creating an application that can somehow see URLs I am viewing in most popular browsers? 我将如何创建一个可以以某种方式查看我在大多数流行浏览器中查看的URL的应用程序?

Can it be done out of process? 可以在流程外完成吗?
In what ways can this be done? 这可以用什么方式完成?
Can it be done without browser plugins? 可以在没有浏览器插件的情况下完成吗?

最简单的答案是使用代理服务器..防止html访问除了从代理服务器,所以他们必须使用它,然后所有网址请求转到代理服务器,即使你选择自己做,然后你可以收集URLS来自日志或其他东西,然后离开。

You will have to install something in your network infrastructure and then collect data from it. 您必须在网络基础架构中安装某些东西,然后从中收集数据。

That could be a proxy server (eg Fiddler ) or you can look at tools like WireShark (pcap). 那可能是代理服务器(例如Fiddler ),或者你可以看看像WireShark (pcap)这样的工具。

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

相关问题 我将如何创建全局通知类? - how would I go about creating a global notification class? 我将如何创建ReturnAlteredObject扩展方法? - How would I go about creating a ReturnAlteredObject extension method? 我该如何进行单元测试呢? - How would I go about unit testing this? Unity:我将如何为无尽的亚军游戏创建一个加电系统? [等候接听] - Unity: How would I go about creating a power up system into my endless runner game? [on hold] 我将如何在 EF Core 中创建这种多对多关系? - How would I go about creating this many-to-many relationship in EF Core? 我将如何创建文本框项目列表以用于其他方法? - How would I go about creating a list of Textbox items to use in other methods? 我将如何使用OpenTK C#创建六边形棱镜? - How would I go about creating a hexagonal prism using OpenTK C#? 我将如何使用数据库创建登录表单以进行检查? - How would I go about creating a login form using a database for a check? 我应该如何将一个逻辑URL(例如/ Survey / Survey1)写入到/Surveys.aspx?id=1? - How would I go about rfewriting a logical url such as /Survey/Survey1 to /Surveys.aspx?id=1? 我该如何为我的随机数字猜谜游戏C#创建赢数和猜数 - How would i go about creating a win count and guess count for my random number guessing game C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM