Created
August 9, 2016 10:43
-
-
Save tjdett/f890a5cf3781489c6519664575f09d13 to your computer and use it in GitHub Desktop.
Attempting to connect to census website on 9 August 2016 @ 20:40 AEST
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -sLv http://www.census.abs.gov.au/ 2>&1 | ts '[%Y-%m-%d %H:%M:%S]' | |
[2016-08-09 20:38:05] * Trying 150.207.169.5... | |
[2016-08-09 20:40:13] * connect to 150.207.169.5 port 80 failed: Connection timed out | |
[2016-08-09 20:40:13] * Trying 150.207.169.8... | |
[2016-08-09 20:40:44] * Connected to www.census.abs.gov.au (150.207.169.8) port 80 (#0) | |
[2016-08-09 20:40:44] > GET / HTTP/1.1 | |
[2016-08-09 20:40:44] > Host: www.census.abs.gov.au | |
[2016-08-09 20:40:44] > User-Agent: curl/7.47.1 | |
[2016-08-09 20:40:44] > Accept: */* | |
[2016-08-09 20:40:44] > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment