I am looking for a proper solution with steps to convert Images URL host to a custom subdomain name. What I want is https://imagedelivery.net/Fr4LGKEYBhCFAmxASjH9ng/<image_id>/<variant_name>tohttps://static.sitename.come/Fr4LGKEYBhCFAmxASjH9ng/<image_id>/<variant_name> this kind of url.
I have read some of the solutions listed on the platform but I am not sure how to change the Cloudflare default image delivery url to a Custom sub-domain url.
You can use any domain that’s in your account, by adding /cdn-cgi/images to the path, and you can create rules to rewrite the URLs if you want a different path. Documentation here:
Try changing your “URI Path” exclusion to just imagedelivery. The idea is to exclude the /cdn-cgi/imagedelivery requests, so the .net shouldn’t be in there.
Yes. I did followed that Transform rule docs before and tried it but that didn’t worked out as the dynamic rules only works on Business or WAF plan .