So, I seemed to have two problems, one my Server is not logging errors, I should have seen that 403 error, but didn't. But I was able on your suggestion mess around with IE's Developer's tools. I figured out how to use the pointer to figure out the call made and I figured out the problem. The alpha loader doesn't do a load with say, "celticlock/imagebundlestuff.cache.png", it loads "http:// www.celticlock.com/celticlock/imagebundlestuff.cache.png". So what happens is it looked like someone was hot image linking it. So I checked the setting and image linking was enabled, I disabled it and *BAM* it worked great!
Thank you everyone for all your help. I learned a ton! On Jul 22, 3:59 am, Thomas Broyer <[email protected]> wrote: > On 22 juil, 00:47, Sean <[email protected]> wrote: > > > Yeah, that'd be great. I don't mean to link whore > > but:http://www.celticlock.com/ > > > All the images on the left show up in FireFox and Chrome, but not in > > IE. Nor do the +',s and -'s of the tree under GWT Playground, Gallery > > or NFL. If anyone has any insight that'd be great. Thanks again for > > all your help! > > Looking at it through Fiddler2 [1] with Chrome 3 (dev) and IE8 shows > that the server sends the images to Chrome but returns a "403 > Forbidden" response to IE (saying that "193.251.30.44 is forbidden > from viewing this website!"). > > Now, check with your hosting provider to understand why... (is IE > redirected through an internal proxy?) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
