i want to know about http and https.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    i want to know about http and https.

    hai all,
    i am using asp.net(c#).
    what is https?
    what is difference between http and https?
    how to switch from http to https?
    in what kind of application we should use this?
    what should i do to make my application secure through http?
    Thanks in advance
    -B.Nirmal Singh
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by nirmalsingh
    hai all,
    i am using asp.net(c#).
    what is https?
    what is difference between http and https?
    how to switch from http to https?
    in what kind of application we should use this?
    what should i do to make my application secure through http?
    Thanks in advance
    -B.Nirmal Singh
    1. Difference:
    HTTP - Hyper text transfer protocol
    HTTPS- HTTP with Secure Sockets Layer(SSL), content are encrypted before tranmitting over the internet.


    2. a)Configuring http and https
    b)switching between http and https

    Comment

    Working...