I get the following error in Firefox 3.0.3 when trying to access Bloomberg.com
"The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression."
Clearing cache and cookies solves the problem! (Tools -> Clear Private Data; it is enough to select only cache and cookies)
"The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression."
Clearing cache and cookies solves the problem! (Tools -> Clear Private Data; it is enough to select only cache and cookies)
No this is not the solution it dosent worked for me :S
ReplyDeleteDoesn't work for me either, no matter how many pages recommend doing this
ReplyDeleteWorked for me, thanks
ReplyDeleteDid'nt worked for me either.
ReplyDeleteWorked for me also .. Thanks :)
ReplyDeleteWorked for me also .. Thanks :)
ReplyDeletenice information
ReplyDeleteMusical Fountain
address bar "about:config"
ReplyDeletefind network.http.use-cache
set it to false
find network.http.accept-encoding
erase the string entirely or
set it as;
gzip,deflate,compress;q=0.7 or gzip,deflate;q=0.9,compress;q=0.7
then restart firefox & test
right-click the above settings
& select "reset" if thease fail
Thanks @ Wap_Tek
ReplyDeleteDeleting the string entirely worked for me
i was using
ReplyDeleteob_start("ob_gzhandler");
and got this error but when i change it to
ob_start();
error was gone