Which purpose does the OPTIONS method serve for the RESTful Web services?
Question
Which purpose does the OPTIONS method serve for the RESTful Web services?
Answer
The OPTIONS Method lists down all the operations of a web service supports. It creates read-only requests to the server.