Android Question Http get "Forces a reload from the remote site"

Devv

Active Member
Licensed User
Longtime User
i recently made an script with autoit
i used in autoit inetget (for downloading files) it had an option called "Forces a reload from the remote site"
it means that it won't request the file from the cache, it will always ask for a new one.

i tried AsyncDownloader library but it seems it does not have this options and it keeps giving me the old file
any ideas ?
 
Top