I have a regular website and want to protect it by the FREE plan of Cloudflare.
I want to know what Cloudflare caches. Are these only static files or complete URLs?
Second question:
Let’s assume I have the following URI for a JPG: /images/wonderful.jpg?v=1
I change the picture and want browsers to reload it under any circumstances.
So my application references the new JPG via this new URI: /images/wonderful.jpg?v=2
Is Cloudflare ignoring URL params for static content or not?
Thanks.