I use AJAX and want to visit its behaivour while sending request to server through Chrome Inspector
. When I switch to Network
tab of inspector, requests not listing there.
Edit
Inspector
is open and network
tab is active, now I'll do something to trigger ajax request, but no report in inspector. I mean the situation is fully ready for inspector to show results, but some configuration should be changed.
To the right of the address bar, click and then More tools > Developer tools. Chrome's Developer tools window opens. Click the Network tab. Enable the Preserve Log check box.
Simply go to the page and open the network tab. You can see the network tab by hitting cmd + opt + j on your Mac or ctrl + shift + j in Windows. It will open up the console tab in DevTools by default. Once the console tab is open, simply click on the network tab to make it visible.
As I said some configuration changed. All I need to do is click on filter
icon (it's active when it's color is blue).
And then select the type of request I want to see. Default option is to select All
or just to visit xhr request, select xhr
.
Just simple trick if any of the above solution not work then follow below steps
1: Go to inspect tab
2: click on setting icon as show below
3: Preference -> Restore default see the image for reference
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With