2026-07-28
Before cache execution for Edge Scripts (Public Preview) Edge Scripts can now run before the CDN cache layer, giving you full control over every request instead of only executing on cache misses. Enable it per Pull Zone under General > Origin > Run script before cache. Middleware scripts gain two new hooks: onClientRequest (intercept requests before the cache lookup) and onClientResponse (modify r…