HTTP is a secure protocol for transmitting sensitive data like passwords and credit card information.
- True
- False
Answer: False
HTTP (HyperText Transfer Protocol) transmits data in plaintext, making it insecure for sensitive information. HTTPS (HTTP Secure) uses SSL/TLS encryption to protect data in transit. Always use HTTPS for login pages, payments, and personal data.