We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: