Cloudflare Composition Proxy Example App
This app is a static web site that is used to show how the re-write of what was Compoxure into a cloudflare worker can work. Look here for details: Source code for Worker
Here is an include that should work:
This content has been included dynamically, you can see it in a raw format here: include. This is included via a:
// HTML with a cx-url attribute:
<span cx-url="${server:local}/include"></span>
In the source page.
Here is an include that will 404:
Error: 404!
Here is an include that will 403:
Error: 403!