Correct Answer: Since server is stateless, client has to provide all information to make request
Explanation:
Note: This Question is unanswered, help us to find answer for this one
RESTful Services Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More RESTful Services MCQ Questions
Statelessness is one of the formal constraint of REST Web Service, which feature is addressed due to absence of state on the server?
How is REST related to SOAP?
Which of the following cannot be considered a REST design principle
True or False? RESTful responses should include links to related resources, enabling the Client to progress through states.
Suppose you're writing a REST resource for listing all coments made by an user. Which would be the most appropriate URI?
How can users log into RESTful API to see protected resources only?
Which of the following best describe REST?
What determines the action to be executed on a RESTful request?
As an idempotent method, which of the following should not happen when issuing a GET request to a RESTful Web Service?