Each request from a client to the server must contain all the information needed to understand and process the request. The server does not store
client context between requests.
REST enforces a separation of concerns between the client and server, improving portability and scalability.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit