如何监控/修改/取消webbrowser控件发送的http请求?

发布于 2024-12-28 01:25:16 字数 53 浏览 0 评论 0原文

我在我的程序中使用网络浏览器控件。我想取消/修改网络浏览器发出的某些http请求。怎么做呢?

I'm using webbrowser control in my program. I want to cancel/modify certain http request made by the webbrowser. How to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逆光下的微笑 2025-01-04 01:25:16
  1. 请参阅http://www.codeproject.com/Articles/157329/ Http-Monitor-for-Webbrowser-Control

它有C#示例代码,但是Webbrowser Control是COM,拦截器DLL也是ATL COM,所以我认为它会为你工作。

  1. 您可以在应用程序中创建 HTTP 代理并使用它来拦截流量。
  1. See http://www.codeproject.com/Articles/157329/Http-Monitor-for-Webbrowser-Control

It has example code in C#, but the Webbrowser Control is COM, and interceptor DLL is also ATL COM, so I think it will work for you.

  1. You may create a HTTP proxy in your application and use it to intercept the traffic.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文