About
"fin" not as in "end"
fin.io is my homebase
use what is dominant in a culture to change it quickly
fin.io is my homebase
use what is dominant in a culture to change it quickly
/
use what is dormant in a culture to change it quickly
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
August 11 2009
“— Ned Batchelder: Http-https transitions and relative URLsBut what if you need to pull resources from another site? For example, a CDN (content delivery network)? Here the problem seems to be thornier:
<img src='http://fast.cdn.net/pix/smiley.jpg' />If this reference appears in an HTTPS page, the mixed content warning will appear. How to craft a reference that works for both? The answer is again relative URLs, but using a more obscure syntax:
<img src='//fast.cdn.net/pix/smiley.jpg' />”
