Skip to content
← Changelog

The Cloudflare Worker can prove to your origin that a request passed the paywall

From planned work to a release note The public record separates future intent from behavior that shipped on a stated date. Release record 01 Roadmap Intent 02 Product Shipped 03 Release note Dated From planned work to a release note The public record separates future intent from behavior that shipped on a stated date. Release record 01 Roadmap Intent 02 Product Shipped 03 Release note Dated
From planned work to a release note The public record separates future intent from behavior that shipped on a stated date.

Set an EDGE_SIGNING_SECRET on the site-middleware Worker and every request it forwards carries a signed X-LinkSell-Edge header over the method, the decoded path and a timestamp. Your origin can then refuse paid paths that reached it directly, around the Worker. Leave the secret unset and nothing changes.

This note records shipped behavior as of . Planned work remains on the public roadmap until release.