Which protocol is commonly used for communication in RESTful APIs?
- HTTP
- FTP
- TCP
- UDP
The correct option is HTTP. RESTful APIs commonly use the Hypertext Transfer Protocol (HTTP) for communication. HTTP is a stateless protocol, making it suitable for the stateless nature of RESTful architecture.
Loading...
Related Quiz
- What is the importance of versioning in API documentation for maintaining test cases?
- When deprecating an API version, what is a key factor to consider for minimizing the impact on existing users?
- Why is it important to maintain documentation for deprecated APIs?
- Agile development encourages _________ in API testing to identify and address issues early in the development cycle.
- Postman's _________ feature enables developers to simulate different server responses without setting up actual backend services.