Hi Ted and Andre,
The image itself is okay.
It starts with an SOI (0xFF, 0xD8) and ends with an EOI (0xFF, 0xD9). It means that it conforms to the
JFIF specification.
The reason for that error is because the HTTP response header for the
URI is
sometimes an
HTTP 302 response; it means that the server asks you to go to a new page (we call it page redirection).
The new page itself in this case is not an image, but an HTML page which starts with 0x3c 0x21 (
DOCTYPE) declaration hence the error message.