Built a nice little Worker for perma-caching urls with links like `example.com?key=REDACTED&url=http
Built a nice little Worker for perma-caching urls with links like
example.com?key=REDACTED&url=https://foo.com/cat.png - that way I can use
=IMAGE()in google sheets without worrying about google sheets DDOS'ing the site (or urls breaking) https://github.com/jahands/static-cache/blob/master/src/index.ts
I love how it has built-in support for http headers