I'm browsing a webpage that seems to populate data through javascript. I want to use an extension for my browser that will allow me to see what requests are being made to what url and what data is returned from the request.

Any help would be appreciated.

有帮助吗?

解决方案

Firefox has a plugin called Firebug, or you can open its native console with Ctrl+Shift+K in newer versions. Chrome has developer tools with a Network tab.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top