chrome WebRequest API可以监控http请求吗?

发布于 2024-12-11 07:03:10 字数 1040 浏览 0 评论 0 原文

我想监控从我的chrome浏览器发送的所有http请求,并将所有http请求收集到另一台服务器。

我已阅读这个问题这些示例,但我不知道如何获取请求的内容。

例如,当我使用此 chrome 扩展程序在 chrome 浏览器中浏览 google.com 时,此扩展程序将向另一台服务器发送以下内容,该服务器将收集它:

GET http://www.google.com/ HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Accept-Language: zh-CN
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.google.com
Pragma: no-cache
Cookie: blabla...

我无法找到如何获取来自 这里,可以吗?

I want to monitor all the http request send from my chrome browser, and collect all the http request to another server.

I have read This question and These examples, but I don't know how to get the content of the request.

For example, when I browse google.com in my chrome browser with this chrome extension, this extension will send the following the another server which will collect it:

GET http://www.google.com/ HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Accept-Language: zh-CN
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.google.com
Pragma: no-cache
Cookie: blabla...

I can not find how to get the content of all the requests from here, is that possible?

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

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

发布评论

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

评论(1

惟欲睡 2024-12-18 07:03:10

抱歉,目前不可能。你所能得到的只是标题。

Sorry, it's not possible at the moment. All you can get is headers.

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