curl コマンドで、HTTP サーバの OPTIONS メソッドを確認する方法。
$ curl -X OPTIONS http://localhost/ -i HTTP/1.1 200 OK Date: Thu, 17 Feb 2022 08:00:55 GMT Server: Apache/2.4.41 (Ubuntu) Allow: GET,POST,OPTIONS,HEAD Content-Length: 0 Content-Type: text/html
● curl, HTTP, http, OPTIONS, options, メソッド, method, 確認, check