Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome inspector does not show network requests path and etc

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.

example


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.

like image 812
Hossein Shahsahebi Avatar asked Jul 13 '15 08:07

Hossein Shahsahebi


People also ask

How do I enable Network logs in Chrome?

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.

How do I see requests in Network tab?

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.


2 Answers

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.

enter image description here

like image 59
Hossein Shahsahebi Avatar answered Oct 12 '22 21:10

Hossein Shahsahebi


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

2: click on setting as show below

3: Preference -> Restore default see the image for reference

3: Preference -> Restore default see the image for reference

like image 26
SATISH RAJNALE Avatar answered Oct 12 '22 20:10

SATISH RAJNALE