Published on

HTTP OPTIONS

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.

Syntax

OPTIONS /index.html HTTP/1.1
OPTIONS * HTTP/1.1

Reference