Is there a way to pick up ssl posts in code?
For example, when a client clieck on "secure" order - we take them through a link which is :
https://domainname/order/
However, if the client clicks on any other link on the page which isn't set with full URL like http://domainname/contact - the client is directed to the contact section under SSL.
Is there a way to detect the SSL link? - then we can take care of it from that point on. My problem is simply picking up on http - or https.
Thank you.
-m.