Why Windows Live Spaces Fetch Image Through HTTPS?
Posted
by Morgan Cheng
on Stack Overflow
See other posts from Stack Overflow
or by Morgan Cheng
Published on 2009-07-17T02:02:33Z
Indexed on
2010/05/10
17:04 UTC
Read the original article
Hit count: 216
I happens to find that, when a live space page is loaded, inline images are fetched by https protocol instead of http protocol.
This doesn't make sense. The text part of live space is not fetched by https, why images are fetched with https? I bet the https way to fetch image just make the page loaded slower.
Is there any special advantage to choose https over http in this case?
© Stack Overflow or respective owner