

*.domain.com/* i get AAAA towards 100::, Proxied ( :cloudflare: ).*.*.domain.com, this is not possible for a single SSL/TLS certificate due to inherent TLS protocol restrictions. You will need to issue a new certificate (or hostname for existing certificate) for each first level wildcard e.g. *.org1.domain.com, *.org2.domain.com and so on.scriptname-username.example.com to bypass this*.domain.com/*AAAA*.*.domain.com*.org1.domain.com*.org2.domain.comscriptname-username.example.comlet myCache = await caches.open('custom:cache');
await myCache.match(request);