In REST, client-server interactions are stateless, each request from the client to the server must contain all the information needed to understand the request, and cannot take advantage of any stored _______ on the server.
- Context
- Information
- Session
- State
In REST, the statelessness principle means that each request should contain all the information needed to understand and process the request, and no information is stored on the server between requests.
Loading...
Related Quiz
- In web services, what role does XML play in interoperability?
- In a DevOps environment, _______ is crucial for ensuring the interoperability of microservices.
- _______ is a technique used in Microservices to ensure that all services are updated simultaneously.
- n Kubernetes, multiple containers in a single Pod share the same _______.
- SOAP messages are primarily formatted in which language?