Monitoring JSON requests sent/received from the browser?
- by Uwe Keim
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?