[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Bil Corry
Bil Corry wrote on 12/17/2008 10:07 AM: > To have Apache automatically add the no-transform cache directive header, > you'd do this (must have mod_headers enabled): > > Header set Cache-Control no-transform Actually, you probably want to do this, to avoid removing already set headers:

[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Bil Corry
Tom Hume wrote on 12/17/2008 8:38 AM: > If the header was respected, would you consider it an appropriate > mechanism to avoid problems with these proxies? I believe that's the entire purpose of no-transform, to instruct the proxies to not transform the data: http://www.freesoft.org/CI

[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Tom Hume
Thanks Markus. If the header was respected, would you consider it an appropriate mechanism to avoid problems with these proxies? If so I guess I'm wondering whether it'd be prudent to start asking AJAX library authors to include it. We mobile web folks seem to be seeing this problem sooner than t

[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Markus Peter
On 17.12.2008, at 11:47, Tom Hume wrote: There are efforts ongoing to put pressure on ISPs to either drop transcoding altogether, or at least configure it responsibly. I'd be interested in hearing any thoughts on technical solutions to this problem; would it, for instance, be reasonable and/or