PDA

View Full Version : Difference between http and https?



ankitasharma123
07-07-2016, 01:57 AM
Hello friends,

What are the Difference between http and https?

LicenseStore
07-07-2016, 03:01 AM
Hello,

HTTP stands for Hyper text transfer protocol, where as HTTPS stands for Hyper text transfer protocol secure. It is different from http as https uses protocol which uses an encrypted http connection by transport layer security. Https is useful while exchanging private or imp information with the server, which needs to be protected from hackers.

michaelclarke
07-08-2016, 02:48 AM
Hyper Text Transfer Protocol (HTTP),
Hyper Text Transfer Protocol Secure (HTTPS).

RajeshThummar
07-08-2016, 05:34 AM
HTTPS means that you tunnel the HTTP protocol over TLS/SSL which encrypts the HTTP payload. So the benefit is that HTTP requests and responses are transmitted securely over the wire, e.g. your Internet Service Provider does not know what you're doing.

onlineuae
07-08-2016, 07:33 AM
Hypertext Transferal Protocol (HTTP), this website uses Hypertext Transfer Protocol Secure (HTTPS). Using HTTPS, the computers agree on a "code" between them, and then they scramble the messages using that "code" so that no one in between can read them.

webhostwala
07-08-2016, 08:21 AM
These protocols is used to communicate between client and web server.
HTTP - Data will be sent to Sever without encryption.
HTTPS - Data will be sent to Sever with encryption.(so Secure)
HTTPS make use of SSL certificates to provide encryption feature .

RH-Calvin
07-13-2016, 02:23 AM
Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted.

deepakrajput
07-13-2016, 02:57 AM
Google gives more priority to site having https in their domain name.

roy854
07-13-2016, 02:57 AM
Hypertext Transfer Protocol (HTTP) is a protocol used in networking. Hypertext Transfer Protocol Secure (HTTPS) is the combination of two protocols HTTP and SSL/TLS and it is more secure.

janpaul7890
07-13-2016, 02:58 AM
HTTP stands for Hyper Text Transfer Protocol
HTTPS stands for Hyper Text Transfer Protocol Secure. The 'S' at the end of HTTPS is for Security. It means all communications between your browser and the website are encrypted.

Nilima98
03-09-2017, 06:23 AM
HTTP is used in networking. Whenever basically you type a website in the browser, its is this protocol which by default listens at port 80 on server sid.
HTTPS is added security layer in place in form on TLS/SSL. Servers and clients communicate with each other exactly same as HTTP but over a secure channel.