<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[https - All your code are belong to us]]></title><description><![CDATA[Thoughts, stories and ideas on code and technology in general.<br>Blog title inspired by <a href="https://en.wikipedia.org/wiki/All_your_base_are_belong_to_us" target="_blank">this meme</a>]]></description><link>https://allurcode.com/</link><image><url>https://allurcode.com/favicon.png</url><title>https - All your code are belong to us</title><link>https://allurcode.com/</link></image><generator>Ghost 4.48</generator><lastBuildDate>Tue, 09 Jun 2026 13:30:37 GMT</lastBuildDate><atom:link href="https://allurcode.com/tag/https/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[This page contains both secure and nonsecure items]]></title><description><![CDATA[<!--kg-card-begin: markdown--><p>Quite often when you create a secure page all you have to do is change http to https and you see your URL in green in firefox. Sometimes it happens that after you put https your URL turns red instead of green and in IE when viewing this page you</p>]]></description><link>https://allurcode.com/this-page-contains-both-secure-and-nonsecure-items/</link><guid isPermaLink="false">5b7b0aa2b52b43084c9ea10f</guid><category><![CDATA[https]]></category><dc:creator><![CDATA[Wojtek]]></dc:creator><pubDate>Fri, 09 May 2008 17:25:14 GMT</pubDate><content:encoded><![CDATA[<!--kg-card-begin: markdown--><p>Quite often when you create a secure page all you have to do is change http to https and you see your URL in green in firefox. Sometimes it happens that after you put https your URL turns red instead of green and in IE when viewing this page you get this annoying popup saying that this page contains both secure and nonsecure items.</p>
<p>There is quite a few things you need to do to make sure your site has only secure items:</p>
<ol>
<li>Change all http references to https, for google analytics use <a href="https://ssl.google-analytics.com/urchin.js">https://ssl.google-analytics.com/urchin.js</a> and not nonsecure <a href="http://www.google-analytics.com/urchin.js">http://www.google-analytics.com/urchin.js</a>, all absolute paths to images JavaScript files, CSS files&#x2026;</li>
<li>Get FireBug for firefox to make sure your page does not make any AJAX http requests, and if so change them to https.</li>
<li>Look for any broken links or missing resources and fix them.</li>
</ol>
<p>The problem lies in any unsecure reference which triggers the alert.</p>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>