Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top