<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/https</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 18:03:49 GMT</pubDate>
<item>
<title>(Regular Expression) Regular Expression for Matching URLs with or without http(s) - brandonjp</title>
<link>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</link>
<description><![CDATA[ <p>thanks to... 
http://gskinner.com/RegExr/
http://daringfireball.net/2010/07/improved_regex_for_matching_urls</p> ]]></description>
<pubDate>Tue, 13 Nov 2012 07:34:18 GMT</pubDate>
<guid>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</guid>
</item>
<item>
<title>(Groovy) Delicious API Https Authentication in Java/Groovy - jerryvig</title>
<link>http://snipplr.com/view/63597/delicious-api-https-authentication-in-javagroovy/</link>
<description><![CDATA[ <p>This is an example of how to download the favorites XML file from Delicious using the java.net classes and doing the HTTPS password authentication to obtain access. This script is written in Groovy but you can translate it to plain java pretty easily by getting rid of the dynamic typing and using semicolons.</p> ]]></description>
<pubDate>Mon, 27 Feb 2012 12:32:24 GMT</pubDate>
<guid>http://snipplr.com/view/63597/delicious-api-https-authentication-in-javagroovy/</guid>
</item>
<item>
<title>(PHP) Check if HTTPS is on in PHP - kf0l</title>
<link>http://snipplr.com/view/62699/check-if-https-is-on-in-php/</link>
<description><![CDATA[ <p>This 'Check if HTTPS is on in PHP'  script accounts for servers which set HTTPS differently. Some servers do not set HTTPS, others set it to 'off', etc. Only checking if HTTPS is on will cause an 'undefined index error' in these cases.</p> ]]></description>
<pubDate>Sun, 22 Jan 2012 10:05:55 GMT</pubDate>
<guid>http://snipplr.com/view/62699/check-if-https-is-on-in-php/</guid>
</item>
<item>
<title>(PHP) Check if URL is HTTPS in PHP - the_construct</title>
<link>http://snipplr.com/view/62373/check-if-url-is-https-in-php/</link>
<description><![CDATA[ <p>Check if URL is HTTPS</p> ]]></description>
<pubDate>Sat, 07 Jan 2012 01:54:06 GMT</pubDate>
<guid>http://snipplr.com/view/62373/check-if-url-is-https-in-php/</guid>
</item>
<item>
<title>(HTML) Proper way of loading jQuery from Google\'s CDN with fallback to local lib if necessary - hced</title>
<link>http://snipplr.com/view/45859/proper-way-of-loading-jquery-from-googles-cdn-with-fallback-to-local-lib-if-necessary/</link>
<description><![CDATA[ <p>Proper way of loading libs such as jQuery from Google's CDN. Place these JavaScripts at the bottom for fast page loading. To target different versions, you can be more specific if you want; eg. /1.4/ or even /1.4.4/.

(NOTE: you may either use http:// or https:// depending on your needs. Both will work.)</p> ]]></description>
<pubDate>Fri, 17 Dec 2010 05:28:35 GMT</pubDate>
<guid>http://snipplr.com/view/45859/proper-way-of-loading-jquery-from-googles-cdn-with-fallback-to-local-lib-if-necessary/</guid>
</item>
<item>
<title>(Apache) HTTP / HTTPS redirection - Jacek_FH</title>
<link>http://snipplr.com/view/45104/http--https-redirection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Dec 2010 22:48:45 GMT</pubDate>
<guid>http://snipplr.com/view/45104/http--https-redirection/</guid>
</item>
<item>
<title>(PHP) https+ieX+downloads - ashsa</title>
<link>http://snipplr.com/view/44381/httpsiexdownloads/</link>
<description><![CDATA[ <p>Donwloads weren't working with https + ie6/ie7. This line solves the problem (order is important, **no-store** must be first).</p> ]]></description>
<pubDate>Fri, 19 Nov 2010 02:23:08 GMT</pubDate>
<guid>http://snipplr.com/view/44381/httpsiexdownloads/</guid>
</item>
<item>
<title>(PHP) SilverStripe SSL switching by statics - dalethedeveloper</title>
<link>http://snipplr.com/view/27191/silverstripe-ssl-switching-by-statics/</link>
<description><![CDATA[ <p>A little function I add to the base Page_Controller class that allows you to define what actions are explicitly SSL.  It will put users in SSL when they access it and take them out of it when they navigate somewhere else.  It is available in any controllers that extend Page_Controller.

Be sure to add `$this->_checkSSL();` to the Page_Controller's `init()` function.</p> ]]></description>
<pubDate>Wed, 27 Jan 2010 15:35:11 GMT</pubDate>
<guid>http://snipplr.com/view/27191/silverstripe-ssl-switching-by-statics/</guid>
</item>
<item>
<title>(PHP) Force HTTPS - traeregan</title>
<link>http://snipplr.com/view/20796/force-https/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Oct 2009 20:39:01 GMT</pubDate>
<guid>http://snipplr.com/view/20796/force-https/</guid>
</item>
<item>
<title>(PHP) Downloading a File from Secure website (https) using CURL - jimmysessions</title>
<link>http://snipplr.com/view/11079/downloading-a-file-from-secure-website-https-using-curl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 11 Jan 2009 20:00:05 GMT</pubDate>
<guid>http://snipplr.com/view/11079/downloading-a-file-from-secure-website-https-using-curl/</guid>
</item>
<item>
<title>(Apache) Force HTTPS with mod_rewrite - Roshambo</title>
<link>http://snipplr.com/view/7791/force-https-with-modrewrite/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Aug 2008 17:28:33 GMT</pubDate>
<guid>http://snipplr.com/view/7791/force-https-with-modrewrite/</guid>
</item>
<item>
<title>(Apache) force SSL in your site - iTony</title>
<link>http://snipplr.com/view/6211/force-ssl-in-your-site/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 May 2008 16:07:35 GMT</pubDate>
<guid>http://snipplr.com/view/6211/force-ssl-in-your-site/</guid>
</item>
<item>
<title>(Other) Force SSL HTTPS Connections - tylerhall</title>
<link>http://snipplr.com/view/3823/force-ssl-https-connections/</link>
<description><![CDATA[ <p>Adding these rules to your .htaccess file will force visitors to use https</p> ]]></description>
<pubDate>Wed, 03 Oct 2007 09:44:45 GMT</pubDate>
<guid>http://snipplr.com/view/3823/force-ssl-https-connections/</guid>
</item>
</channel>
</rss>