Ask Your Question
2

What does the error message "received text/html; charset=utf-8" mean in relation to the image "/public/logoicon/logoOrange.png" not being a valid resource?

asked 2021-08-20 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-07-10 14:00:00 +0000

lakamha gravatar image

The error message "received text/html; charset=utf-8" means that the server is responding with a header that indicates that the content type of the response is HTML and the character encoding is UTF-8. This is not expected if the client was expecting an image.

The error message about "/public/logoicon/logoOrange.png" not being a valid resource means that the client requested an image file from the server, but the server could not find it or it is not accessible. The server responded with an HTML error page instead of the requested file.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-20 11:00:00 +0000

Seen: 10 times

Last updated: Jul 10 '21