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

旧城冷巷雨未停 提交于 2019-12-10 01:52:56

问题


In the Firebug Net panel, you can get a list of all HTTP requests made for the current page.

  • http://getfirebug.com/wiki/index.php/Net_Panel

Is there a way copy this list as text, so that I can paste it somewhere else for my own records? I’m doing some optimisation work, and it’d be really handy to save the requests made for pages before I optimise, so that I can check what effect my optimisation has.

Alternatively, are there any other tools that would give me the same file information (i.e. URL of file requested, size of file — I don’t need the timeline stuff that Firebug’s Net panel does) as Firebug, in text format?


回答1:


FireBug NetExport extension is what you're looking for.




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/3941620/can-i-copy-the-list-of-http-requests-made-by-a-web-page-out-of-firebug-s-net-pan

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