Forum Moderators: phranque

Message Too Old, No Replies

Satellite connection - images show as broken

but not on dial-up or cable

         

tedster

2:50 am on Jul 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why would this be?

Same web page that renders fine over dial-up or cable renders with all image links broken on a satellite connection. Other web pages display fine over the satellite connection. IE 6 browser, not sure of Windows version.

martinibuster

2:55 am on Jul 6, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



If I'm not mistaken, satellite connections are heavily cached. That's how that technology works. It's not really connected to the web. When you are looking at something, you're not necessarily connecting to the actual site but to a cache of it. Maybe that's oversimplifying it, but I'm 90% sure of that. And if so, then the satellite cache may have stripped the pics off to save space/bandwidth, perhaps. My guess.

tedster

3:04 am on Jul 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That's certainly a possibility - any idea how we would check into that? Shouldn't a GET for an uncached image cause the system to go find the image, ASAP?

Key_Master

3:05 am on Jul 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check to make sure a referrer block (e.g. via .htaccess) isn't being utilized on the site in question to prevent image hot linking. Since you're pulling a page using a proxy, the referrer may not be pointing back to the site and is being blocked as a result.

martinibuster

3:07 am on Jul 6, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Oh, also important, a satellite compresses the data being streamed to earth and then it is decompressed and routed. That's another issue.

mdharrold

3:09 am on Jul 6, 2002 (gmt 0)

10+ Year Member



Tedster, if you are using the MSN satellite service, I've had others tell me the same thing.
Never heard of a work-around.
Maybe, and I'm only guessing, have the images pull from a site that is not likely to be cached.

tedster

5:13 am on Jul 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Keymaster - I think you've pointed me in the right direction.

It's not .htaccess in this case, but the pages/images are password protected, cookies are checked on every call, and it's an https: connection. Somewhere in that tangle there's a problem with the proxy. We checked non-protected areas and it's all sweet.

Thanks, folks. This is a live situation, with an important person on the client end wanting to look at the pages and running into trouble -- even as you send me ideas. Where else but wmw could I get this kind of help?