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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *