Skip to content

Instantly share code, notes, and snippets.

@andydavies
Created July 16, 2013 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andydavies/6006984 to your computer and use it in GitHub Desktop.
Save andydavies/6006984 to your computer and use it in GitHub Desktop.
DNS records for t.co publish 199.16.156.11 and 199.16.156.75 but connections to 199.16.156.11 fail so effectively waiting for TCP timeout before resolution
Andy-Daviess-MacBook-Pro:tmp ad$ wget https://t.co/tdI2DYxUZh
--2013-07-16 09:33:56-- https://t.co/tdI2DYxUZh
Resolving t.co... 199.16.156.11, 199.16.156.75
Connecting to t.co|199.16.156.11|:443... failed: Operation timed out.
Connecting to t.co|199.16.156.75|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://itunes.apple.com/gb/app/ia-writer/id439623248?mt=12 [following]
--2013-07-16 09:35:13-- https://itunes.apple.com/gb/app/ia-writer/id439623248?mt=12
Resolving itunes.apple.com... 95.100.130.217
Connecting to itunes.apple.com|95.100.130.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
tdI2DYxUZh: Permission denied
@yoavweiss
Copy link

I'm getting:
╭ yoav@yoav-ThinkPad-W520 10:55 ~
╰ $ wget http://t.co/tdI2DYxUZh
--2013-07-16 10:56:04-- http://t.co/tdI2DYxUZh
Resolving t.co (t.co)... 199.16.156.11, 199.16.156.75
Connecting to t.co (t.co)|199.16.156.11|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://itunes.apple.com/gb/app/ia-writer/id439623248?mt=12 [following]
--2013-07-16 10:56:04-- https://itunes.apple.com/gb/app/ia-writer/id439623248?mt=12
Resolving itunes.apple.com (itunes.apple.com)... 23.45.162.217
Connecting to itunes.apple.com (itunes.apple.com)|23.45.162.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘tdI2DYxUZh’

[ <=>                                                                                                                               ] 35 619      --.-K/s   in 0,06s  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment