mån 2008-04-21 klockan 16:01 -0500 skrev Paul Bryson:

> Heck, it doesn't really even need to even be a browser (though that 
> would be most universally useful).  I just need some way to tell the 
> proxy to grab a new version of the file.

Pretty much any command line client will do fine.. wget / squidclient /
curl, etc...

wget --no-cache ...

squidclient -r

curl -H "Cache-Control: no-cache"


With squidclient you can also tell Squid to forget about the cached file
without fetching a new copy

squidclient -m PURGE http://....

(subject to http_access restrictions)

Regards
Henrik

Reply via email to