_______ is a method in REST that returns the HTTP methods that the server supports for the specified URL.

  • CONNECT
  • DELETE
  • OPTIONS
  • TRACE
The OPTIONS method in REST returns the HTTP methods that the server supports for the specified URL. It is useful for discovering the allowed operations on a resource. Clients can use this information to determine the available interactions with the server, enhancing the flexibility and adaptability of the API.
Add your answer
Loading...

Leave a comment

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