[jQuery] jQuery.ajax():success(data) - data truncated on IE, not FF, when using gzip
<div dir="ltr">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?
</div>