Earlier quoted context omitted.
This one works for me. But I don't get it. Can someone explain? This isn't browser trickery, nslookup succeeds for "ai." but not "ai". > ai ** UnKnown can't find ai: Non-existent domain Server: UnKnown Address: 192.168.86.1 > www.ai Non-authoritative answer: Server: UnKnown Address: 192.168.86.1 Name: www.ai Address: 209.59.119.34 > ai. Non-authoritative answer: Server: UnKnown Address: 192.168.86.1 Name: ai Address:…
The period forces it to actually do a lookup. Without it it may be only asking the local dns server or appending the default domain.
This is a valid domain name (remove www)
51–60 of 75 posts
Re: This is a valid domain name (remove www)
#52Even if you remove www it works, i.e. http://ai/
Doesn’t work for me on iOS Safari.
Re: This is a valid domain name (remove www)
#53Earlier quoted context omitted.
Can someone explain to me why this is a valid URL?
>A domain is a non-empty ASCII string that identifies a realm within a network. [RFC1034][1] >The example.com and example.com. domains are not equivalent and typically treated as distinct.[1] When a user needs to type a domain name, the length of each label is omitted and the labels are separated by dots ("."). Since a complete domain name ends with the root label, this leads to a printed form which ends in a dot. We…
Re: This is a valid domain name (remove www)
#54How?
http://com. resolves to http://www.com
http://cd. shows a list of all such sites.
It seems likely that the browser has some kind of logic in the resolver to make this work specially for “www” domains.
Re: This is a valid domain name (remove www)
#55Okay..WTF? http://ai . Didn’t work on Chrome Mac but it works in Safari for iOS. Is this a bug or how the hell is this possible? It’s flipping everything I thought I knew about domains upside down.
The owner of 'ai' decided to add an A record on their zone.
Re: This is a valid domain name (remove www)
#56So did someone buy an empty ".ai" domain? Is that how?
Re: This is a valid domain name (remove www)
#57So they registered the domain "www" just like they could have registered "google" or "lol". You can access Google by typing: - google.com (domain name) - www.google.com (subdomain) The same for the domain in question: - www.ai (domain name) - www.www.ai (subdomain) ~~The reason why typing ".ai" or "ai", etc. In your browser works is in IMO due to the internals of the browser that automatically adds a www in front of…
Re: This is a valid domain name (remove www)
#58So they registered the domain "www" just like they could have registered "google" or "lol". You can access Google by typing: - google.com (domain name) - www.google.com (subdomain) The same for the domain in question: - www.ai (domain name) - www.www.ai (subdomain) ~~The reason why typing ".ai" or "ai", etc. In your browser works is in IMO due to the internals of the browser that automatically adds a www in front of…
This is not correct. The TLD alone is a valid domain name, although in most cases it must be followed by a trailing dot. "ai." is valid, "ai" may not be.
Re: This is a valid domain name (remove www)
#59So they registered the domain "www" just like they could have registered "google" or "lol". You can access Google by typing: - google.com (domain name) - www.google.com (subdomain) The same for the domain in question: - www.ai (domain name) - www.www.ai (subdomain) ~~The reason why typing ".ai" or "ai", etc. In your browser works is in IMO due to the internals of the browser that automatically adds a www in front of…
This is not correct. The TLD alone is a valid domain name, although in most cases it must be followed by a trailing dot. "ai." is valid, "ai" may not be.