The HTTP method _______ is used in RESTful services to request a representation of the specified resource requests without returning the entity-body.

  • GET
  • HEAD
  • POST
  • PUT
In RESTful services, the HTTP method HEAD is used to request a representation of the specified resource without returning the entity-body. The server responds with headers containing information about the resource, allowing clients to check its existence and obtain metadata without the actual data.
Add your answer
Loading...

Leave a comment

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