What status code is returned by a RESTful API to indicate a successful request?
- 200 OK
- 201 Created
- 404 Not Found
- 500 Internal Server Error
The status code returned by a RESTful API to indicate a successful request is 200 OK. This status code indicates that the request was successful, and the server has fulfilled the client's request.
Loading...
Related Quiz
- In database management, what is cardinality, and how does it impact query optimization?
- What is the difference between "git merge" and "git rebase"?
- Suppose a critical bug is found in production. Describe the steps you would follow using Gitflow to fix the issue.
- What is the difference between authentication and authorization?
- _______ caching involves storing data in a distributed manner across multiple servers.