kmsec-uk/favicon-hash.kmsec.uk

Improve programmatic response (API)

kmsec-uk opened this issue · 1 comments

It would be useful to have a structured response (i.e. JSON) with more information, like the final url that the Worker's fetch request is directed to (for verification/troubleshooting), content-type from upstream request, and md5 and sha256 digests. Censys uses MD5 so MD5 would definitely be useful.

Can use Web Crypto for the MD5 and SHA256 digests.

Closed in fdd3405