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.

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top