如何在我的网站中实施域名检查器和 Whois 域名
我即将启动一个虚拟主机网站。因此,我希望在我的网站中使用域名检查器(域名可用性)和Whois 域名(有关特定域名的信息)。
我怎样才能做到这一点?
I am about to start a Web Hosting website. So i want Domain Name Checker (Domain availability) and Whois Domain (Information regarding a particular Domain) in my web site.
How could i achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与您的域名提供商联系,他们提供哪种 API 来自动运行 whois 和 isfree 交易。有些可能会为您提供 EPP、RRI 或 HTTPS-posts 等协议,这些协议实施起来很简单(就域可用性检查而言)。
我不知道有任何免费的开箱即用工具,因此您肯定需要自己编写脚本。
Speak to your domain provider what kind of API they offer to automatically run whois and isfree transactions. Some may provide you protocols like EPP, RRI or HTTPS-posts which is trivial to implement (in sense of domain availability checks).
I'm not aware of any free out-of-the-box tools so you'll definitely need to script it yourself.