HTTP (Hypertext Transfer Protocol) is the foundation of data communication on the web. It transmits data in plain text, meaning anyone intercepting it can read it.
HTTPS (S = Secure) uses TLS/SSL to encrypt the communication. Only the sender and receiver have the keys to decrypt the data.
Always use HTTPS for sensitive data (Passowrds, Credit Cards).