In terms of web services, what is a major security risk associated with HTTP that is mitigated by HTTPS?

  • Insufficient server resources
  • Lack of encryption for data in transit
  • Limited support for RESTful APIs
  • Vulnerability to SQL injection attacks
A major security risk associated with HTTP is the lack of encryption for data in transit. HTTPS addresses this concern by encrypting the communication between clients and servers, ensuring that sensitive information is secure and protected from unauthorized access or interception by malicious entities.
Add your answer
Loading...

Leave a comment

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