Jeroen
Jeroen
CDCloudflare Developers
Created by Jeroen on 2/27/2024 in #pages-help
Restrict Token access to specific Cloudflare Pages application
Is there a way to restrict a token to a specific Cloudflare Pages application? I want to use this token in CI/CD to automatically upload my deployments.
21 replies
CDCloudflare Developers
Created by Jeroen on 11/19/2023 in #workers-help
Testing Workers and Pages simultaneously
I recently converted some code from CloudFlare Pages Functions to CloudFlare Workers. The workers operate on the same domain as the pages, using routes. This has complicated my development workflow though, which now exists out of using console.info on the Pages to dump all API payloads, and then using curl to send them to the worker. Is there an easier way to do this during development?
2 replies