Skip to content

Instantly share code, notes, and snippets.

@cordis
Created February 25, 2020 09:59
Show Gist options
  • Save cordis/0ded3f057e7818baa5de6eb94b76a711 to your computer and use it in GitHub Desktop.
Save cordis/0ded3f057e7818baa5de6eb94b76a711 to your computer and use it in GitHub Desktop.
cordis@remarque:/tmp$ curl -svo /dev/null -A 'iPhone' "https://www.gearbrain.com/get-a-free-25-amazon-gift-card-when-you-sign-up-for-clean-energy-2641647793.html"
* Trying 3.123.165.116...
* Connected to www.gearbrain.com (3.123.165.116) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 604 certificates in /etc/ssl/certs
* 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: gearbrain.com (matched)
* server certificate expiration date OK
* server certificate activation date OK
* certificate public key: RSA
* certificate version: #3
* subject: CN=gearbrain.com
* start date: Mon, 03 Feb 2020 21:21:55 GMT
* expire date: Sun, 03 May 2020 21:21:55 GMT
* issuer: C=US,O=Let's Encrypt,CN=Let's Encrypt Authority X3
* compression: NULL
* ALPN, server accepted to use http/1.1
> GET /get-a-free-25-amazon-gift-card-when-you-sign-up-for-clean-energy-2641647793.html HTTP/1.1
> Host: www.gearbrain.com
> User-Agent: iPhone
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Age: 0
< Cache-Control: public, max-age=3600
< Content-Length: 0
< Content-Type: text/plain; charset=utf-8
< Date: Tue, 25 Feb 2020 09:57:01 GMT
< Display: orig_site_sol
< Location: /get-a-free-25-amazon-gift-card-when-you-sign-up-for-clean-energy-2641647793.amp.html
< Response: 301
< Retry-After: 0
< Server: nginx/1.16.0
< Vary: User-Agent,Origin,Accept-Encoding,X-APP-JSON
< Via: 1.1 varnish
< Via: 1.1 varnish (Varnish/6.0)
< X-Cache: HIT
< X-Cache-Hits: 0
< X-Ezoic-Cdn: Miss
< X-Middleton-Display: orig_site_sol
< X-Middleton-Response: 301
< X-Served-By: cache-hhn4071-HHN
< X-Shard: 100224228
< X-Sol: orig
< X-Timer: S1582624622.660088,VS0,VE0
< X-Varnish: 885464545
< X-Vcache: Miss
<
* Connection #0 to host www.gearbrain.com left intact
cordis@remarque:/tmp$ curl -svo /dev/null -A 'iPhone' "https://www.gearbrain.com/get-a-free-25-amazon-gift-card-when-you-sign-up-for-clean-energy-2641647793.html"
* Trying 18.207.230.132...
* Connected to www.gearbrain.com (18.207.230.132) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 604 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_RSA_AES_256_GCM_SHA384
* server certificate verification OK
* server certificate status verification SKIPPED
* common name: *.gearbrain.com (matched)
* server certificate expiration date OK
* server certificate activation date OK
* certificate public key: RSA
* certificate version: #3
* subject: CN=*.gearbrain.com
* start date: Tue, 17 Dec 2019 00:00:00 GMT
* expire date: Wed, 16 Dec 2020 23:59:59 GMT
* issuer: C=GB,ST=Greater Manchester,L=Salford,O=Sectigo Limited,CN=Sectigo RSA Domain Validation Secure Server CA
* compression: NULL
* ALPN, server did not agree to a protocol
> GET /get-a-free-25-amazon-gift-card-when-you-sign-up-for-clean-energy-2641647793.html HTTP/1.1
> Host: www.gearbrain.com
> User-Agent: iPhone
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Tue, 25 Feb 2020 09:57:49 GMT
< Content-Type: text/html; charset=utf-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< Vary: Accept-Encoding
< Cache-Control: public, max-age=0
< Surrogate-Control: max-age=300, stale-while-revalidate=2592000, stale-if-error=87600
< X-Rebelmouse-Surrogate-Control: max-age=300
< X-Rebelmouse-Cache-Control: 1
< Surrogate-Key: hour
< xkey: hour
< X-Varnish: 9253612
< Accept-Ranges: bytes
< X-UA-Compatible: IE=Edge,chrome=1
< P3P: CP='NO P3P'
< Content-Security-Policy: frame-ancestors https://livestuff.com
< Strict-Transport-Security: max-age=15786000; preload
<
{ [15771 bytes data]
* Connection #0 to host www.gearbrain.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment