Difference between http and https

You might have noticed that some websites will be prefixed with http or https in the address bar of your web browser.What is the difference between http and https?Le us see.

HTTP

HTTP stands for “Hypertext Transfer Protocol.” It is the system for transmitting and receiving information across server and the client Itdentifines commands and services used for transmitting web page data.A client can be a computer or a mobile.when you want to access a website,your browser sends request to the we server and the web server responds with an http status code.But http is not the safest way to establish a connection.
  • http is insecure.
  • Requires no certificate for validation.
  • URL begins with HTTP.

HTTPS

HTTPS is different from http.It is often called a secure http connection. HTTPS is a combination of http and SSL/TLS protocol.This means that everything you send  or receive will be encrypted.
  • Secure.
  • Requires SSL digital certificate.
  • URL begins with HTTPS.

Comments

Popular posts from this blog

Optical Charactor Recognition (OCR) in C#

How to create a transparent window in Windows Form Application

Installing MASM on Windows (32 bit or 64 bit)