https to http
-
Hai Guys In my hosting site SSL is enabled. I am able to access login page in secure(https)mode. After this page i need to convert the url from https mode to http. How to do it? If you have any suggestions or coding, please reply. Thanks Jith
-
Hai Guys In my hosting site SSL is enabled. I am able to access login page in secure(https)mode. After this page i need to convert the url from https mode to http. How to do it? If you have any suggestions or coding, please reply. Thanks Jith
All you need to do is that just redirecting the https page to http page. but if you are using the ASP.NET session, you probably need to do a lib more work for that. You can check-out the link below. Switching Between HTTP and HTTPS Automatically: Version 2[^]
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)