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.
Loading...
Related Quiz
- How does WSDL 2.0 differ from WSDL 1.1 in terms of HTTP binding?
- When a financial service provider uses a web service, what key compliance factor should be evaluated?
- What is the primary challenge in testing microservices-based applications?
- How does a stub differ from a mock in integration testing?
- How do mock services assist in the process of integration testing?