Home  >  Article  >  Web Front-end  >  What is the difference between HTTP and HTTPs

What is the difference between HTTP and HTTPs

php中世界最好的语言
php中世界最好的语言Original
2018-03-19 13:50:111334browse

This time I will bring you what is the difference between HTTP and HTTPs, what are the precautions about the difference between HTTP and HTTPs, the following is a practical case, one Get up and take a look.

In short: HTTPS = HTTP + SSL

  • HTTP URL starts with http:/ /, and the HTTPS URL starts with https://

  • HTTP is not safe, but HTTPS is secure

  • The standard port for HTTP is 80, while the standard port for HTTPS is 443

  • In the OSI network model, HTTP works at the application layer, while HTTPS works at the transport layer

  • ## HTTP does not require encryption, while HTTPS works at the transport layer HTTPS encrypts the transmitted data

  • ## HTTP does not require a certificate, while HTTPS requires an authentication certificate

I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!

Recommended reading:

Css float box model position


Basic knowledge of html in the front end

The above is the detailed content of What is the difference between HTTP and HTTPs. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:HTML basics in front-endNext article:HTML basics in front-end