Which HTTP method is typically used to create a new resource in a RESTful service?
- DELETE
- GET
- POST
- PUT
The POST method is typically used to create a new resource in a RESTful service. When a client sends a POST request, it signifies a request to submit data to be processed to a specified resource, resulting in the creation of a new resource or the update of an existing one.
Loading...
Related Quiz
- In performance testing, what does the term 'latency' refer to?
- n Kubernetes, multiple containers in a single Pod share the same _______.
- The approach where tests are written before the actual web service code is known as _______.
- In terms of API versioning, how does GraphQL differ from REST?
- A company is looking to enhance its service discovery mechanism in a distributed environment. Which UDDI feature should be prioritized?