Which HTTP method is commonly used for creating resources in REST?
- DELETE
- GET
- POST
- PUT
The HTTP method commonly used for creating resources in REST is POST. It is used to submit data to be processed to a specified resource.
Loading...
Related Quiz
- A comprehensive error handling strategy in web services should include _______ to track and analyze errors over time.
- A company needs to implement secure access to its RESTful services. Which authentication strategy should it prioritize?
- What is a significant advantage of using OAuth 2.0 over OAuth 1.0 in web services?
- _______ is a key technique in simulating third-party services in microservices architecture.
- How does the implementation of DevOps practices impact the lifecycle of web services?