Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

debug http requests in chrome

I'm using the developer window in google chrome, and it gives a lot of useful information. However, I have several resources (3 or 4 images) which are receiving 404 errors. These resources are unnecessary, so I need to find out why the browser is requesting them (what css/javascript/inline html is directing the request, so that I can remove that line of code. Is there a good way to find out why it was requested?

like image 934
Matthew Avatar asked Nov 15 '22 01:11

Matthew


1 Answers

Go to Tools -> Developer Tools -> Network Tab

like image 162
Fred Avatar answered Nov 16 '22 17:11

Fred