获取 IE 的 HTTP 请求

发布于 2024-07-27 16:33:31 字数 153 浏览 3 评论 0原文

有没有办法访问页面已加载时发出的http请求IE。 例如,我有一个正在打开浏览器窗口的应用程序。 我想要抓取页面,但想要获取该页面的整个 http 请求(而不仅仅是 URL)。

我已经下载了开发人员工具,但没有看到任何与请求相关的内容。

谢谢。

Is there a way to access the http request IE made when the page is already loaded. For instance, I have an application that is opening a browser window. I want to scrape the page, but would like to get the entire http request for that page (not just the URL).

I have downloaded the developer tools, but don't see anything in there for the request.

Thanks.

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

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

发布评论

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

评论(2

瘫痪情歌 2024-08-03 16:33:31

您可以使用一个名为“Fiddler”的强大实用程序。

它是一个 Web 调试代理,因此它将充当所有 Web 请求的中间人。

这是一个很棒的实用程序,多次帮助我解决类似的问题。

There's a great utility called "Fiddler" that you can use.

It is a web debugging proxy, so it'll act as a go-between for all your web requests.

It's an awesome utility and has helped me many times with things like this.

无悔心 2024-08-03 16:33:31

我过去使用过 ieHTTPHeaders ,效果很好。 这是一个 IE 插件。

I've used ieHTTPHeaders in the past and it works great. It's an IE addon.

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