Rawr
Rawr

Reputation: 2224

Monitor AJAX requests from browser

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.

Upvotes: 0

Views: 469

Answers (1)

user234932
user234932

Reputation:

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.

Upvotes: 6

Related Questions