CATEGORIES
How to toggle between http and https automatically
Published by: Sangeeta (1/22/2009 10:28:14 PM)
While developing a website, we need to be more careful for its security. Sometimes we have to provide some personal data in a website, but giving sensitive information on a website might be a big risk. Sometimes the visitors do not prefer to give their personal/sensitive information if they don’t find the closed padlock in the browser window.
Can anyone tell me how can I allow the users to enter into a secure web page without hard-coding the absolute URLs and make the page to toggle automatically between http and https?
Most Popular Articles
- what is asp .net+?
- What are the new server controls added in latest version of asp.net
- How do I Start Learning Dot Net and What is the Best Book to Follow
- How to display emoticons in an e-mail message using ASP.NET
- What is the difference between the .aspx page and .aspx.vb/cs page
How to incude the Upload and Downlaod feature in my web app >>
<< How to display emoticons in an e-mail message using ASP.NET
COMMENT