Gzip-encoding does not work
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.
Giải pháp được chọn
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.
Đọc câu trả lời này trong ngữ cảnh 👍 0Tất cả các câu trả lời (4)
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)
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.)
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.
Giải pháp được chọn
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.
Được chỉnh sửa bởi JeroenED vào