HTTP vs HTTPS
HTTP
stands for Hypertext Transfer Protocol. The standard (default) port for
HTTP
connection is
80
, but other port can also be used HTTP does not have any
security
...
HTTPS
stands for Hypertext Transfer Protocol Secure. HTTPS has a secure transfer. The standard port in
HTTPS
to transfer the information is
443
HTTPS protocol uses HTTP on connection encrypted by SSL or TLS (therefore it's secure)
by Valeri Tandilashvili
4 years ago
HTTP
1
Pro tip: use ```triple backticks around text``` to write in code fences