Can I copy the list of HTTP requests made by a web page out of Firebug’s Net panel?

一笑奈何 提交于 2019-12-05 01:26:15

FireBug NetExport extension is what you're looking for.

HttpFox provides a list of HTTP requests made by a web page, and lets you copy the list out as text.

It doesn’t provide the nice breakdowns that Firebug does (e.g. CSS, images, etc.), but the data is there.

LiveHTTPHeaders will also do this, try the generator tab for a concise list of the requests.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!