Recently a co-worker reported sporadic 500-range errors on a website he was performing testing on. I was trying to gather some information on what was happening and wanted to use the “Network” tab in Chrome DevTools to show me the following requests Only requests to the domain of the specific website (e.g. filter out all 3rd party requests) All non 200 responses Step one I knew how to do…in the filter search enter domain:example.com (replacing example.com with the actual domain for the ...