Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
Which response status code is used by a RESTful interface to indicate successful execution of a request?
Correct Answer: A
The HTTP status code 200 indicates successful execution of a request. * Status Code 200: * Meaning: OK - The request has succeeded. The meaning of the success depends on the HTTP method: * GET: The resource has been fetched and is transmitted in the message body. * HEAD: The headers are in the message body. * POST: The resource describing the result of the action is transmitted in the message body. * TRACE: The message body contains the request message as received by the server. * Comparison with Other Codes: * 404 - Not Found: The server can't find the requested resource. * 405 - Method Not Allowed: The request method is known by the server but is not supported by the target resource. * 500 - Internal Server Error: The server encountered an unexpected condition that prevented it from fulfilling the request. Thus, the status code 200 indicates that the request was successful. References: * HTTP Status Codes: MDN Web Docs