________ is a common vulnerability in HTTP not found in HTTPS due to its lack of encryption.

  • Cross-Site Scripting (XSS)
  • Man-in-the-Middle Attacks
  • Plain Text Transmission
  • SQL Injection
Plain text transmission is a common vulnerability in HTTP, where data is sent without encryption. In HTTPS, the lack of encryption is mitigated, as the TLS protocol encrypts data during transmission, making it challenging for attackers to intercept and understand the content. This enhances security by preventing unauthorized access to sensitive information.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *