https://bugzilla.wikimedia.org/show_bug.cgi?id=29153
--- Comment #49 from Roan Kattouw <[email protected]> 2011-11-24 10:31:19 UTC --- (In reply to comment #47) > Created attachment 9535 [details] > Headers on Network tab on Google Chrome, after disabling all gadgets and > cleared user scripts This one is very interesting: supposedly Chrome got a 403 Forbidden response (!!). If you ever get a 403 again, please include the full headers *and the content*. I can see from the Content-Length header that the response is 117 bytes, but I don't see the actual body of the 403 response in your screenshots. This should be in the "Response" tab. The other failures are really weird. Attachment 9532 shows a failure for both flaggedrevs CSS and the jquery&mediawiki JS request (obviously if that one fails, any other JS that does load explodes immediately). Attachment 9533 shows a different page load where only the flaggedrevs CSS failed to load; according to the net panel it failed to load, but when you look at the details in attachment 9534 the response from the server was a 304 (which means Chrome must've had a cached version handy, and the server is telling it that that cached version is still good; so how can it fail to load?). Attachment 9535 makes sense to me (403 from the server, don't know how that would happen, but Chrome's reaction to it makes sense), but attachment 9536 is even weirder: the WikiEditor request fails to load, but it's a cached 200 response?! This might be related to http://stackoverflow.com/questions/6559825/corrupt-google-chrome-cache (doubtful, though, as I haven't seen any weird Range headers in your screenshot), or to another bug that might exist in Chrome where it sends a no-caching header (Cache-Control: max-age=0 in one of your screenshots, Cache-Control: no-cache & Pragma: no-cache in the other) along with an If-Modified-Since header; I'm not sure if that's legal and how servers are supposed to respond to that, but we respond to it with a 304 (because of the IMS) and I guess that might confuse Chrome. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
