How can I use JavaScript on the client side to detect if the page was encrypted?
- by Simon
Is it possible to detect, on the client side, whether the user is using an encrypted page or not?
Put another way -- I want to know if the URL of the current page starts with http or https.