Thursday, October 18, 2007

Mixing HTTP and HTTPS without getting browser warnings

Great tip by Ned Batchelder: On HTTPS sites you can link to HTTP assets without getting a browser warning by using instead of
  http://fast.cdn.net/pix/smiley.jpg
the following syntax:
  //fast.cdn.net/pix/smiley.jpg

No comments: