Skip to content

Instantly share code, notes, and snippets.

@booyaa
Created March 11, 2016 09:03
Show Gist options
  • Save booyaa/c765d018020924bec970 to your computer and use it in GitHub Desktop.
Save booyaa/c765d018020924bec970 to your computer and use it in GitHub Desktop.
ifttt.com
$ curl -I http://ifttt.com
HTTP/1.1 302 Moved Temporarily
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Age: 0
Server: nginx/1.9.10
Date: Fri, 11 Mar 2016 09:02:13 GMT
Status: 302 Found
Cache-Control: no-cache
X-UA-Compatible: IE=Edge,chrome=1
X-Request-Id: 38b9f471e3ceafb2a0473837230898c6
Location: https://ifttt.com/
X-Runtime: 0.007137
X-Rack-Cache: miss
X-Container-Id: web.ife
X-Instart-Request-ID: 3221333674815955454:YBA01-NPPRY07:1457686933:73

$ ping ifttt.com
PING ifttt.com (192.33.31.56) 56(84) bytes of data.
64 bytes from a-vip07.insnw.net (192.33.31.56): icmp_seq=1 ttl=55 time=6.50 ms
64 bytes from a-vip07.insnw.net (192.33.31.56): icmp_seq=2 ttl=55 time=6.49 ms
^C
--- ifttt.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 6.499/6.503/6.507/0.004 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment