Why Windows Live Spaces Fetch Image Through HTTPS?
- by Morgan Cheng
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?