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.


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


Just simple trick if any of the above solution not work then follow below steps

1: Go to inspect tab

2: click on setting 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


Be sure that there is nothing in the Filter field.

enter image description here


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....


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'