Chrome inspector does not show network requests path and etc

Hossein Shahsahebi picture Hossein Shahsahebi · Jul 13, 2015 · Viewed 69k times · Source

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.

Answer

Hossein Shahsahebi picture Hossein Shahsahebi · Jul 16, 2015

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