Libcurl (Mike Duglas) - Prevent downloading of cached file versions

Hi,
I am using TCurlHTTPClassEx to download a small file from our website to my local machine.
It works, but it looks as if it downloads a cached version of the file.
I changed the file size on the download site, but it still downloads the older version.
A way to prevent this?
Thanks,
Evert

I’d try ‘Cache-Control: no-cache’ header or random fake parameter in a url, both suggestion from google AI.

1 Like

Thanks, used the fake parameter and works perfectly.