Befehl curl zeigt als Antwort den http-Statuscode an (#Linux #Shell)

curl -s --head http://example.com | grep HTTP
HTTP/1.1 200 OK

curl -s --head -X POST https://yahoo.com | grep HTTP
HTTP/2 301

Original by Github issue

https://github.com/YumaInaura/YumaInaura/issues/2983

Recommended Posts

Befehl curl zeigt als Antwort den http-Statuscode an (#Linux #Shell)
Überprüfen Sie die Antwort des HTTP-Statuscodes mit dem Befehl curl (#Linux #Shell).
Codeblock beim Schreiben der Ausführung von Konsolenbefehlen (Shell) in Qiita
Führen Sie den Shell-Befehl / Python in R aus