Tag Archives: HTTPS

How to Make Sure your Credit Card is Secure when you Shop Online Posted by in Internet | Leave a comment

There are several ways a person can make sure that their credit card is secure when they are shopping online. If you’re an online shopper, it’s vital you read on and get safe now! Continue reading

JavaScript Detect Protocol (HTTP/ HTTPS) To Load Or Handle Accordingly Posted by in Javascript | Leave a comment

If you site’s running on both HTTP and HTTPS, we will need to determine whether the HTTP protocol for the requested page is either secure (HTTPS) or standard (HTTP) to load/write the appropriate external assets files or handle process correspondingly. Continue reading

ASP.NET Cookie Domains HTTP HTTPS Posted by in CSharp | Leave a comment

In order to preserve cookies across primary domain and its sub domains with or without www and between http and https, you can check out a piece of asp.net written in C# code below Continue reading