I have a site that supports both http and https binding. When I attempt to navigate to a page that requires SSL I get an error because the connection was attempted using http. How can I specify the protocol to use on a local pages? It works if I put the complete URL https://etc.... but I was hoping I could continue to use relative links and just change the protocol?
Thanks in advance
Thanks in advance