Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,我在 Symfony2 中开发了一个简单的 URL 缩短器——其中一项要求是输入必须是有效的 URL。
所以我已经设置了所有内容并且正在验证它,但它没有验证 TLD!它将通过诸如“A”之类的东西作为有效域!
这是怎么回事?
您不仅要验证 TLD,还要验证 TLD 是否在公共后缀列表中:
另请参阅有关库列表的相关问题:Get the subdomain from a URL