_______ 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.
Loading...
Related Quiz
- In REST, how are different resources typically accessed?
- How does Microservices Architecture enhance deployment?
- In a scenario where a web service is required to handle and transmit large volumes of data, which format should be chosen?
- Which approach uses multiple endpoints for different resources?
- For a project requiring extensive API versioning due to frequent updates, which approach is more manageable?