Get started
Cloudflare will provide access to both development and production environments. Credentials are shared across both environments.
Environment | Endpoint | Description |
---|---|---|
Dev token issuer | test-pat.issuer.cloudflare.com | Development token issuance environment - Use for internal development, integration testing, and end-to-end validation. Cloudflare recommends the Go, Rust, and TypeScript implementations of RFC 9578, and provides a test website ↗ to test your attester against. |
Dev Privacy Proxy | test-proxy.cloudflare.com | Development proxy environment – This is subject to change and Cloudflare recommends making this configuration dynamic to support multiple environments, including canary releases and internal employee testing. |
The Privacy Proxy Ingress service authenticates to clients using standard WebPKI-based X.509 certificates in TLS, with a certificate rooted in DigiCert.
Cloudflare will provide access to a MASQUE client, which can be used in mobile client code to connect to the MASQUE proxy provided by Cloudflare. For example:
cargo run --bin quiche-client -- \ --no-verify \ --connect-to test-proxy.cloudflare.com \ --connect-type=HTTP \ https://example.com