https://globalping.io/
Globalping
Run free latency tests and network commands like ping, traceroute, HTTP and DNS resolve on probes located worldwide.





Workers Paid plan is separate from any other Cloudflare plan (Free, Professional, Business) you may have.


// Only default cache can be purged via API
const cache = caches.default;
await cache.put(`https://fake.host/${userId}`, Response.json(userData, {
headers: {
"cache-tag": "user"
// Other headers
}
}));