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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *