2009-10-22 29 views
0

我可以隱約記得某些瀏覽器的某些舊版本使用GZip編碼做了奇怪的事情 - 特別是我似乎想起了IE中的一個錯誤,它導致通過GZip發送的JavaScript變得越來越嚴重。GZip編碼 - 什麼是潛在的問題(舊版本的IE等)?

雖然模糊的回憶沒有多少實際用途。有沒有人確切知道存在哪些問題以及它們影響哪些用戶代理?

回答

1

Which browsers can handle Content-Encoding: gzip

爲首發

# Netscape 4.x has some problems... 
BrowserMatch ^Mozilla/4 gzip-only-text/html 

# Netscape 4.06-4.08 have some more problems 
BrowserMatch ^Mozilla/4\.0[678] no-gzip 

# MSIE masquerades as Netscape, but it is fine 
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html 
一些常見的htaccess規則