Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show only json calls in network tab

I want only the json calls to be visible in the network panel.

Since a number of image and text calls are recorded, its hard to locate the ajax json response during debugging.

Is there a filter which can display all json request/response in the network tab only.

like image 467
Sorter Avatar asked Dec 12 '13 17:12

Sorter


1 Answers

You may also filter by Content-Type/mime-type: mime-type:application/json Filter by Content-Type/mime-type

See Sorting and filtering and Network Filters

like image 80
Felix Avatar answered Oct 13 '22 14:10

Felix