Published Jul 02, 2024
[
 
]
The HTTP
OPTIONS
method requests permitted communication options for a given
URL or server. A client can specify a URL with this method, or an asterisk (*)
to refer to the entire server.
OPTIONS /index.html HTTP/1.1
OPTIONS * HTTP/1.1