Yeah, it was taught to me with diagrams, much easier to comprehend than words alone.
PS - Mike: are you still seeing the small image in the first post?
Cheers, Dave
Yeah, it was taught to me with diagrams, much easier to comprehend than words alone.
PS - Mike: are you still seeing the small image in the first post?
Cheers, Dave
Mike, could you do me a favor?
Could you copy and paste the text below in your Firefox address bar and press Enter? Do you see any "Cache Entry Information"?
about:cache-entry?storage=disk&context=&eid=&uri=http://s20.postimg.org/ut1is51bh/IMG_20151228_0001_Web.jpg
If the cache exists you should see something like this:
Last edited by lunaticitizen; 8th January 2016 at 05:39 PM.
Yes, Leo, that document is displayed on my system.
I see. It means that the image (just the thumbnail) is indeed cached in your PC.
Could you clear the cache and see if the problem persists? Just copy and paste the text below in your Firefox address bar, press Enter, and then click on "Clear Now" on the right side of "Cached Web Content".
Code:about:preferences#advanced
Leo,
I clicked "Clear Now." I didn't notice the disk space being used before clicking but it now says only 1 KB (that's correct; kilobytes) is being used. There is still no change in the display of the image in the first post of this thread.
Hmm... fascinating!
Then maybe the culprit is the client (your PC) after all. Something intercepts the image before it is rendered by Firefox and shows only the thumbnail. Firefox add-on, maybe? But you mentioned that it also happened with Edge. Hmm let me think for a while
Mike,
I keep thinking of what might cause the problem. Can you've a look at the network settings of FF? And tell us what proxyserver you're using?
And what windows you use.
George
After thinking about it again, now I'm not so sure the cause of the problem is the client
Currently known facts:
- The image can be displayed if opened on a new tab. Below is the HTTP request headers sent by FireFox.
Code:GET /ut1is51bh/IMG_20151228_0001_Web.jpg HTTP/1.1 Host: s20.postimg.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: ja,en-US;q=0.7,en;q=0.3 Accept-Encoding: gzip, deflate Referer: https://www.cambridgeincolour.com/forums/thread50794.htm Cookie: __cfduid=d22f200af41ea3e81b28f2e0f2abd14711452210711 Connection: keep-alive
- Firefox/Edge fails to render the image correctly if it is embedded in a post. Below is the HTTP request headers sent by FireFox.
Code:GET /ut1is51bh/IMG_20151228_0001_Web.jpg HTTP/1.1 Host: s20.postimg.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: ja,en-US;q=0.7,en;q=0.3 Accept-Encoding: gzip, deflate Referer: https://www.cambridgeincolour.com/forums/thread50794.htm Cookie: __cfduid=d22f200af41ea3e81b28f2e0f2abd14711452210711 Connection: keep-alive
- The problem only happens if the clients accessed the image from a particular geographical location.
- Local cache is not the cause of the problem.
- Browser addons are not the cause of the problem, either.
The HTTP request headers sent by the two requests are almost identical, except for the Accept header.
- If the image is opened on a new tab.
Code:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
- If the image is embedded in a post.
Code:Accept: image/png,image/*;q=0.8,*/*;q=0.5
Neither header is wrong in this case. My best guess, right now, is that the servers for this particular geographical location failed to interpret the header correctly (i.e., misconfiguration) and returns the thumbnail instead of the full image.
I'm guessing that if that is the problem, it will probably always remain. Correct? I mention that in the context that it has been 49 hours since Steaphany posted her image and it is still not displaying properly on my system.
Dave's theory was that it would take days for the server to sort of fix itself. We are now at the start of the third day, so we know he at least got the time period correct.
Last edited by Mike Buckley; 9th January 2016 at 04:48 PM.
Phew!
You can always ask, not so difficult. It's the same window as from where you emptied the cache, post 45. Click settings from connection and then choice "no proxy".
A proxy is a computer between you and the internet. Probably "use windows proxy settings" will be activated.
https://en.wikipedia.org/wiki/Proxy_server
I'm not sure if this is the problem, but I'm 100% sure it's something to check.
George