Overview#
HTTP OPTIONS is a
HTTP Method which returns the HTTP methods that the server supports for the specified
URL.
HTTP OPTIONS can be used to check the functionality of a web server by requesting '*' instead of a specific resource.
There might be more information for this subject on one of the following:
- - Request methods
- based on information obtained 2016-05-21-
- - OPTIONS
- based on information obtained 2019-08-24