Chrome inspector does not show network requests path and etc

Google ChromeInspector

Google Chrome Problem Overview


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.

Google Chrome Solutions


Solution 1 - Google Chrome

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

Solution 2 - Google Chrome

Just simple trick if any one of the above solution doesn't 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 -> Click on Restore default and reload button see the image for reference

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

Solution 3 - Google Chrome

Be sure that there is nothing in the Filter field.

enter image description here

Solution 4 - Google Chrome

enter image description here

As showed in the screenshots above

  1. 1.press 'F12 key' and go network menu and check if your Has blocked cookies is checked or not
  2. if checked and then uncheck it and refresh using F5.

I hope this might helps you....

Solution 5 - Google Chrome

screenshots As showed in the screenshots sequence above

  1. press 'F12 key' and go network menu click on 'Filter Icon'
  2. uncheck "Only show requests with SameSite issues" checkbox
  3. reload chrome browser by pressing 'F5 Key'

Solution 6 - Google Chrome

hello i was trying to develop a form page with php and ajax and i faced the same problem. The filter input box above looked 0.5 by default. When I cleared the filter input box the problem was resolved and I could see the requests.

enter image description here

Solution 7 - Google Chrome

In my case, I had mistakenly typed some character in the filter search box. CLearing the filter box worked fine.

Solution 8 - Google Chrome

  1. Press F12 and go to network menu click on 'Filter Icon'
  2. See if any among "Hide data URLs" , "Has blocked cookies" and "Blocked Requests" is checked, uncheck it.
  3. reload chrome browser by pressing F5

Solution 9 - Google Chrome

In my case, i typed something in filter box and forgot about it, it remained there even after restarting pc several times, had to remove it to see all the network requests again.

enter image description here

Solution 10 - Google Chrome

Next to the filter box, there is an option to check/uncheck "Hide data URLs". If it is selected, filter would appear RED.

Solution 11 - Google Chrome

In my case for Chromium, the solutions was to tick the "Preserve log" checkbox in the filter toolbar. The error I am hunting for is of 404 HTTP-code type and Chromium hides the log line, then reloads and shows the Chromium default error page, along with filling the log pane with lines about loading the some data-url images.

Solution 12 - Google Chrome

If the filter icon is red. Click the icon then select "all" in the filtering bar. You will only see js files. Refresh your url and you will see all the files.

The icon will also turn blue.

Solution 13 - Google Chrome

This worked for me by select "All" in the developers tool page.

Solution 14 - Google Chrome

For me, nothing was present in the Filters box, but the JS option was selected.

Selecting the 'All' option will start showing all the requests.

enter image description here

Solution 15 - Google Chrome

Also, check if the option "All" is selected or you are checking for a specific type for select multiple types next to Filter box

Solution 16 - Google Chrome

find word in filter search bar

This can be one of the case, I entered ctrl+f to find some word on screen but it had searched in dev-tool search bar and listed only calls that had searched phrase in it.Clearing search filter in dev tool helped in my case. note: the filer is persistent even if you open new window or even tab.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionHossein ShahsahebiView Question on Stackoverflow
Solution 1 - Google ChromeHossein ShahsahebiView Answer on Stackoverflow
Solution 2 - Google ChromeSATISH RAJNALEView Answer on Stackoverflow
Solution 3 - Google Chromemustapha mekhatriaView Answer on Stackoverflow
Solution 4 - Google ChromeRaman SharmaView Answer on Stackoverflow
Solution 5 - Google ChromebrajeshView Answer on Stackoverflow
Solution 6 - Google ChromeMehmet Efe AydınView Answer on Stackoverflow
Solution 7 - Google ChromeMilan PaudyalView Answer on Stackoverflow
Solution 8 - Google ChromeNileshView Answer on Stackoverflow
Solution 9 - Google ChromekritizView Answer on Stackoverflow
Solution 10 - Google ChromePRKView Answer on Stackoverflow
Solution 11 - Google ChromeMnaView Answer on Stackoverflow
Solution 12 - Google ChromeMohamed AhmedView Answer on Stackoverflow
Solution 13 - Google ChromeC RaghavaView Answer on Stackoverflow
Solution 14 - Google ChromeGruView Answer on Stackoverflow
Solution 15 - Google ChromeLakshmiView Answer on Stackoverflow
Solution 16 - Google ChromeZ WarriorView Answer on Stackoverflow