How to cache on CloudFlare images that are served to client as JSON?
- by Askar Ibragimov
I am using a gallery on my website that gets list of images from a JSON sent by a php script. So, the javascript gallery calls PHP backend and it replies with complex JSON where images are specified as object fields. These fields not necessarily include full URLs, merely a path to needed images.
I'd like to use Cloudflare and want these images to…