Are you send the correct headers?
Like:
Content-Encoding:gzip
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-
check=0
Pragma:no-cache
Content-Length:396(in bytes)
Content-Type:text/xml


And Attention:
IE 6 has a bug working gzip with cache control headers like that:
Expires Sat, 13 Sep 2008 01:00:53 GMT
Cache-Control   private, must-revalidate, max-age=0
Pragma  cache
Last-Modified   Sat, 19 Jul 2008 01:00:53 -0300
Etag    517f59a5dfb709f72e8a55e55439b20c










On 19 jul, 07:20, "Rene Veerman" <[EMAIL PROTECTED]> wrote:
> Hi.
>
> There seems to be a problem with IE reading gzipped content.
> If on the PHP end i gzip the data, my data var in success() of
> jQuery.ajax({}) is truncated and thus unusable.
> If i dont use gzip then all is fine, i get the full data.
>
> Has anyone else experience with IE barfing on gzipped content?
> Is there a workaround so i can use gzip for IE?

Reply via email to