How can I create a signed image link without using Javascript?
We’ve been using Cloudflare Images and I need to create URLs to access images created with the “requiredSignedURLs=true” flag.
All the examples I’ve been able to find seem to use Javascript and don’t show how to do it in any other languages. In this particular case, I need to do it in PHP.