- HTTPS stands for Hypertext Transfer Protocol Secure.
- It is related to web concepts and data transmissions over the network.
- A protocol to handle data transfer between browser and server.
- URL starts with “https://” if https.
- HTTPS is secured.
- HTTPS send data over the port 443.
- There is need of SSL certificated for HTTPS.
- There is encryption happens before sending the data from the browser.
- The people tracking the network cannot see the data we are sending.