Chrome currently has a solution built in.
Use CTRL+SHIFT+i (or navigate to Current Page Control > Developer > Developer Tools) to enable the Developer Tools.
From within the developer tools click on the Resources button. If it isn't already, enable it for the session or always.
Click the "XHR" sub-button.
Initiate an AJAX call.
You will see items begin to show up in the left column under "Resources".
Click the resource and there are 2 tabs showing the headers and return content.
Hope that helps.
Phil
Use CTRL+SHIFT+i (or navigate to Current Page Control > Developer > Developer Tools) to enable the Developer Tools.
From within the developer tools click on the Resources button. If it isn't already, enable it for the session or always.
Click the "XHR" sub-button.
Initiate an AJAX call.
You will see items begin to show up in the left column under "Resources".
Click the resource and there are 2 tabs showing the headers and return content.
Hope that helps.
Phil