Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 84
Which REST architectural constraint indicates that no client context should be stored on the server between requests?
Answer options
- A. cacheable
- B. stateless
- C. uniform interface
- D. client-server
Correct answer: B
Explanation
The correct answer is B, stateless, because it defines that each request from the client must contain all the information the server needs to fulfill that request, meaning the server does not store client context. Options A, C, and D refer to different aspects of REST architecture that do not pertain to client context management.