On 7/02/2014 6:56 a.m., niagarasys wrote: > Amos, I appreciate your links and your insight which is valuable when > communicating with other people. > > Is there any way that I can compensate for these site deficiencies to enable > them to work through a Squid proxy? You could use: acl broken dstdomain .cbc.ca .interface.com cache deny broken That should prevent Squid storing them and thus encountering the Vary problems. It does nothing for any other caches (like browser caches) along that transfer route, or the Range probems which are end-to-end. Amos