linux:curl
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| linux:curl [2016/08/28 14:54] – angelegt move | linux:curl [2020/06/18 14:34] (aktuell) – [Siehe auch] move | ||
|---|---|---|---|
| Zeile 19: | Zeile 19: | ||
| < | < | ||
| - | me@Dlocalhost /home/me $ sudo -u move curl -w " | + | me@Dlocalhost /home/me $ curl -w " |
| time_namelookup: | time_namelookup: | ||
| | | ||
| Zeile 29: | Zeile 29: | ||
| | | ||
| </ | </ | ||
| + | |||
| + | ==== Include the HTTP-header in the output ==== | ||
| + | | ||
| + | The HTTP-header includes things like server-name, | ||
| + | |||
| + | < | ||
| + | me@localhost: | ||
| + | HTTP/1.1 301 Moved Permanently | ||
| + | Server: nginx | ||
| + | Date: Fri, 30 Dec 2016 11:22:24 GMT | ||
| + | Content-Type: | ||
| + | Content-Length: | ||
| + | Connection: keep-alive | ||
| + | X-Content-Type-Options: | ||
| + | Vary: Accept-Encoding, | ||
| + | Cache-Control: | ||
| + | Last-Modified: | ||
| + | Location: https:// | ||
| + | X-Varnish: 22009262 22523063 | ||
| + | Age: 207 | ||
| + | Via: 1.1 varnish-v4 | ||
| + | Strict-Transport-Security: | ||
| + | </ | ||
| + | |||
| + | ==== Verbose-Output ==== | ||
| + | |||
| + | < | ||
| + | me@localhost: | ||
| + | * | ||
| + | * TCP_NODELAY set | ||
| + | * Connected to heraldik-wiki.de (138.201.32.144) port 443 (#0) | ||
| + | * found 173 certificates in / | ||
| + | * found 696 certificates in / | ||
| + | * ALPN, offering h2 | ||
| + | * ALPN, offering http/1.1 | ||
| + | * SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256 | ||
| + | * server certificate verification OK | ||
| + | * server certificate status verification SKIPPED | ||
| + | * common name: heraldik-wiki.de (matched) | ||
| + | * server certificate expiration date OK | ||
| + | * server certificate activation date OK | ||
| + | * certificate public key: RSA | ||
| + | * certificate version: #3 | ||
| + | * subject: CN=heraldik-wiki.de | ||
| + | * start date: Sat, 12 Nov 2016 20:31:00 GMT | ||
| + | * expire date: Fri, 10 Feb 2017 20:31:00 GMT | ||
| + | * issuer: C=US, | ||
| + | * compression: | ||
| + | * ALPN, server did not agree to a protocol | ||
| + | > GET / | ||
| + | > Host: heraldik-wiki.de | ||
| + | > User-Agent: curl/7.51.0 | ||
| + | > Accept: */* | ||
| + | > | ||
| + | < HTTP/1.1 301 Moved Permanently | ||
| + | < Server: nginx | ||
| + | < Date: Fri, 30 Dec 2016 11:20:53 GMT | ||
| + | < Content-Type: | ||
| + | < Content-Length: | ||
| + | < Connection: keep-alive | ||
| + | < X-Content-Type-Options: | ||
| + | < Vary: Accept-Encoding, | ||
| + | < Cache-Control: | ||
| + | < Last-Modified: | ||
| + | < Location: https:// | ||
| + | < X-Varnish: 20674668 22523063 | ||
| + | < Age: 117 | ||
| + | < Via: 1.1 varnish-v4 | ||
| + | < Strict-Transport-Security: | ||
| + | < | ||
| + | * Curl_http_done: | ||
| + | * Connection #0 to host heraldik-wiki.de left intact | ||
| + | </ | ||
| + | |||
| + | ===== Siehe auch ===== | ||
| + | |||
| + | * [[wget]] | ||
| + | * [[httrack]] | ||
| + | |||
| + | ===== Weblinks ===== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
linux/curl.1472396097.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
