Nicholas
CDCloudflare Developers
•Created by Nicholas on 3/23/2025 in #workers-help
Image transformations via workers on same origin
I have a cloudflare pages project deployed with a custom domain on
sub.domain.tld
, since pages functions don't support image transformations I've deployed a standalone worker under the route sub.domain.tld/media*
, transformations are working as expected for images from different origins but when requesting a publicly available image from the pages project origin (e.g. sub.domain.tld/image.png
), the subrequest with the transformation options fails with error 9421: Too many redirects
, what am I doing wrong here?2 replies
CDCloudflare Developers
•Created by Nicholas on 11/6/2023 in #general-help
Cloudflare Access: Lock Web App
I'm looking to restrict access to some internet-facing admin pages and staging/preview web apps, can I use cloudflare access for this without needing any other extra software, e.g. warp, installed client-side? If so, is this service only available for domains managed by cloudflare, or domains on any registrar using cloudflare dns?
3 replies