Autobots

What's the Best Way to Monitor Ajax Calls as Well as Outgoing/Incoming Data In Chrome?

Asked by Autobots 2 years ago ajax google chrome


Phil
0
 
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

by Phil 2 years ago

Themans
0
 
I'd use the Fiddler tool. It's free and easy to use.

by Themans 2 years ago

Answer this question

What's the Best Way to Monitor Ajax Calls as Well as Outgoing/Incoming Data In Chrome?

0 errors found:

 
0