**To Reproduce** Trying to do this: ``` const url = `${serverUrl}/random_sha256`; const response = await fetch(url, { method: 'HEAD' }); ``` either with HEAD of GET will return 200-OK. I think the problem is that the server is returning a picture correctly: 