Closed rauschma closed 4 years ago
Thanks for reporting this! MacRumors is dynamically serving webp images based on the Accept
header.
Looks like Feedbin's image proxy CDN was ignoring Accept
in the cache key so it was sometimes serving a webp image to a browser that didn't support it.
Should be fixed now, though you will probably have to clear your browser cache to see it on articles you have already viewed.
Interesting! Thanks for the fix.
Alas, there are still occasionally images missing (Safari).
I feel like this was working for a bit after the last change? Am I crazy?
Anyway, now I've turned off passing Accept
headers upstream so everyone gets image/jpeg
.
Again, you'll need to clear your cache to see images on already viewed articles. Surprised Safari caches Content-Types
it doesn't understand. Or not. I don't know how browsers work.
It looks like this did the trick.
AFAICT, the previous fix worked for some entries, but not for all of them.
curl
options should include--location
(i.e.,-svL
) so that feeds are also downloaded if there are redirects.Problem – images are not shown: