Hi Greg,
Preconditions:
- your web app is cached by Cloudflare
- the DNS for the domain resides on Cloudflare
- The user types in the URL of your app.
- The request goes to DNS, which is on Cloudflare.
- The DNS includes a record that points to the Cloudflare worker.
- The Cloudflare Worker makes a request to your backend and pulls in the page metadata.
- Cloudflare worker inserts the metadata into the page, which is cached on Cloudflare.
- The Cloudflare Worker displays the page.
Sorry, no bandwidth available for drawing schematics at this point.