WebBrowser 控件和 Wininet API

发布于 2024-11-02 21:27:34 字数 142 浏览 0 评论 0原文

是否可以从 WebBrowser 控件获取准确的所有 Http 请求标头和 Http 响应标头详细信息?

还有什么方法可以从 WebBrowser Control 获取 WinInet 相关的 HINTERNET 句柄?

谢谢, 克里希纳

Is it possible to get the exact all Http Request Header and Http Response Header details from WebBrowser control?

Also is there any means of getting WinInet related HINTERNET handle from WebBrowser Control?

Thanks,
Krishna

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

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

发布评论

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

评论(2

一江春梦 2024-11-09 21:27:34

您可以使用此库监视发送/获取的 WebBrowser http 请求和数据发送/获取:

Http Monitor for Webbrowser Control

位于此处
http://www.codeproject.com/KB/shell/HttpMonitor.aspx

它是测试版,但对我有用..
有演示示例和源代码。
您必须通过 regsvr32 注册他们的 dll 才能进行演示工作

You can monitor for WebBrowser http requests that are send/get and data send/get with this library:

Http Monitor for Webbrowser Control

it is here
http://www.codeproject.com/KB/shell/HttpMonitor.aspx

it is beta, but works for me..
there are demo sample and source codes.
you must register their dll by regsvr32 for demo working

冷血 2024-11-09 21:27:34

不,WebBrowser 控件无法做到这一点。

您可以考虑将 FiddlerCore 集成到您的应用程序中;这将使您能够完成您正在尝试做的事情。

No, there's no way to do that with the WebBrowser Control.

You might consider integrating FiddlerCore into your application; that would allow you to accomplish what you are trying to do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文