Which protocol is primarily used for communication in REST APIs?
- FTP
- HTTP
- TCP
- UDP
REST APIs commonly use the HTTP protocol for communication. HTTP is a stateless protocol that allows communication between clients and servers, making it suitable for RESTful services.
Loading...
Related Quiz
- In the context of API test automation, what is the significance of a tool's ability to support multiple types of API protocols (like REST, SOAP)?
- In a microservices architecture, what role does an API Gateway typically play?
- In a distributed system, what challenge does contract testing primarily address?
- To assess the stability and reliability of an API, _________ testing is performed to determine how the API behaves under sustained use.
- How can negative testing scenarios help in uncovering security vulnerabilities in an API?