Windows筛选平台可以用于阻止https url吗?

时间:2019-01-17 19:03:43

标签: windows filter https tcp driver

我需要编写一个可以阻止特定URL(而不是整个域)的应用。

根据此线程:

https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/131d0261-0103-4605-9cdc-57fd0d13e0f8/how-to-filter-a-specific-url-with-wfp?forum=wfp

...一个Windows Filtering Platform内核模式标注驱动程序听起来像可以运行(至少与http get一起使用),但是它可以与包含路径和查询参数的https url一起使用吗?我根本不需要修改流,只需查看https url并阻止请求(如果它是特定的url / path / query-params)即可。

0 个答案:

没有答案