Failed to load resource under Chrome

cross-browser, google-chrome

Solution

I recently ran into this problem and discovered that it was caused by the "Adblock" extension (my best guess is that it's because I had the words "banner" and "ad" in the filename).

As a quick test to see if that's your problem, start Chrome in incognito mode with extensions disabled (ctrl+shift+n) and see if your page works now. Note that by default all extensions will be already disabled in incognito mode unless you've specifically set them to run (via `chrome://extensions`).

Problem

There is a bunch of images in a web page. Other browsers do download them correctly, but Chrome doesn't. In the developer's console, it shows the following message for each image: Failed to load resource As mentioned before, problem appears only in Chrome. What is it?

Original source

Related problems