Skip to content

Instantly share code, notes, and snippets.

@jalada
Created October 30, 2015 15:46
Show Gist options
  • Save jalada/32350ab7b1771bd8d25c to your computer and use it in GitHub Desktop.
Save jalada/32350ab7b1771bd8d25c to your computer and use it in GitHub Desktop.
» curl -vv "https://www.theguardian.com"
* Rebuilt URL to: https://www.theguardian.com/
* Trying 23.235.43.67...
* Connected to www.theguardian.com (23.235.43.67) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: i.ssl.fastly.net
* Server certificate: GlobalSign Organization Validation CA - SHA256 - G2
* Server certificate: GlobalSign Root CA
> GET / HTTP/1.1
> Host: www.theguardian.com
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 301
< Server: Varnish
< Retry-After: 0
< Content-Length: 0
< Location: http://www.theguardian.com/
< Accept-Ranges: bytes
< Date: Fri, 30 Oct 2015 15:45:22 GMT
< Via: 1.1 varnish
< Connection: close
< X-Served-By: cache-ams4138-AMS
< X-Cache: HIT
< X-Cache-Hits: 0
<
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment