Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Gzip-encoding does not work

  • 4 Antworten
  • 2 haben dieses Problem
  • 26 Aufrufe
  • Letzte Antwort von JeroenED

more options

For some reason there are some problems with the encoding of internet-files resulting in not loading the particular files.

some more investigation told me there is a problem with gzip-encoding (I'm not sure about deflate). Decompression does not seem to work.

Below you can see the result a website (http://vagrantcloud.com) where the CSS-file failed to load. Obviously, no markup. http://imgur.com/dPuv2S7

If you need some more information about this issue, don't think and just ask in comments. I hope this will be fixed soon.

For some reason there are some problems with the encoding of internet-files resulting in not loading the particular files. some more investigation told me there is a problem with gzip-encoding (I'm not sure about deflate). Decompression does not seem to work. Below you can see the result a website (http://vagrantcloud.com) where the CSS-file failed to load. Obviously, no markup. http://imgur.com/dPuv2S7 If you need some more information about this issue, don't think and just ask in comments. I hope this will be fixed soon.

Ausgewählte Lösung

It seems like a website-specific problem. As a sysadmin I'm using quite a lot sites like vagrantcloud and vagrant. It seems that the server (or CMS-system) does not work well with pipelined requests. Because of this, files to be generated (CSS or JS) are not completely generated when the HTML is send through. This might be the reason why I had this problem only with CSS which could not load (JS is almost never generated by a server)

@jscher2000 I think the mixed content sign is also solved by disabling pipelining.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (4)

more options

No problems here with Firefox 31.

You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.

  • Hold down the Shift key and left-click the Reload button
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Command + Shift + R" (Mac)
more options

Looks okay on my Windows 7 Pro 64-bit system.

I noticed a mixed display content warning in your screen shot (gray ! triangle in the address bar). This sometimes indicates a problem with Firefox's back-forward cache. Does that clear if you reload the page? If not, perhaps one of your add-ons is injecting insecure content. (Not that it would necessarily block a CSS file, but it bears investigation.)

more options

I hadn't noticed that you used a secure link (only looked at the small image), so I checked that one as well and that is also working

Nothing in the Web Console (Firefox/Tools > Web Developer) log as well.

more options

Ausgewählte Lösung

It seems like a website-specific problem. As a sysadmin I'm using quite a lot sites like vagrantcloud and vagrant. It seems that the server (or CMS-system) does not work well with pipelined requests. Because of this, files to be generated (CSS or JS) are not completely generated when the HTML is send through. This might be the reason why I had this problem only with CSS which could not load (JS is almost never generated by a server)

@jscher2000 I think the mixed content sign is also solved by disabling pipelining.

Geändert am von JeroenED