Mobile app version of vmapp.org
Login or Join
Si4351233

: Monitoring JSON requests sent/received from the browser? Having a website that generates and receives JSON requests via AJAX, I failed to find a tool that shows me live the communication including

@Si4351233

Posted in: #Ajax #Javascript

Having a website that generates and receives JSON requests via AJAX, I failed to find a tool that shows me live the communication including the content of the JSON calls.

I thought that the Google Chrome developer tools or the IE 9 developer tools do have such a feature, but again, I failed.

Searching Google, I failed too.

So my question is:

Is there a client-side tool to monitor the content of JSON requests that a website sends to the server?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bethany197

You can use firebug pulgin/addon in chrome and firefox.


Open firefox.
Search and download firebug addon/plugin.
Install it.
Open respecitive site whose data transfer you want to monitor.
Enable Firebug on that particular site.
Check the Net Panel and check the detail of the requests made and more...

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme