What Content-Type should give the server if the server redirects the request, for example, to the image? That is, the second response from the server with Content-Type: image/jpeg. I thought all the same. My server returns text/html. But chrome considers this an error and displays a warning in the console.
Here is an example from the main page of Yandex:
Resource interpreted as image but transferred with MIME type .
Resource interpreted as image but transferred with MIME type text/plain.
UP.:
Most likely, I should not call it a mistake... Just me (and the chrome), this situation seems strange.