Hacker News new | ask | show | jobs
by nzmsv 5993 days ago
This is really strange. None of the browsers on my machine can access this URL. But

  dig _why.usesthis.com
returns the correct info.

According to Wikipedia, the use of underscores in hostnames is illegal, but many implementations ignore this. Anyway, the interview is mirrored here: http://viewsourcecode.org/why/#7

1 comments

http://www.apps.ietf.org/rfc/rfc1123.html#sec-6.1.3.5

Looks like underscores are valid in /domain names/ but not in /host names/.

You'll see underscores used many times for SPF records and in Microsoft's Active Directory.

Also, when you use dig I'm pretty sure it manually recurses the name server hierarchy while an application will just connect to your local name server which might have its own policies.