You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I just started using this class and it's pretty useful. However, I have noticed that it returns empty Registrant, Admin & Tech data. From what I gather, the solution is to make a second request to the registrar's WHOIS server in order to obtain it. For .com domains, this process would roughly look something like this:
Query whois.crsnic.net, find the "Registrar WHOIS Server" line in the received response and get the address of the said server (let's say it's whois.namecheap.com)
Query whois.namecheap.com
Parse & merge the data returned from the two servers as necessary and return it
The text was updated successfully, but these errors were encountered:
if whois server returns data then the data should be available. you can
debug and send PR ;)
wt., 23 lip 2019 o 01:24 modz95 <[email protected]> napisał(a):
Hello. I just started using this class and it's pretty useful. However, I
have noticed that it returns empty Registrant, Admin & Tech data. From what
I gather, the solution is to make a second request to the registrar's WHOIS
server in order to obtain it. For .com domains, this process would roughly
look something like this:
Query whois.crsnic.net, find the "Registrar WHOIS Server" line in the
received response and get the address of the said server (let's say it's
whois.namecheap.com)
Query whois.namecheap.com
Parse & merge the data returned from the two servers as necessary and
return it
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#86?email_source=notifications&email_token=ACRRKFIYA4QZP2CUAIMQPV3QAY6SNA5CNFSM4IF56P6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HAY35IA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACRRKFMB2CZDHQKEF34CXE3QAY6SNANCNFSM4IF56P6A>
.
Hello. I just started using this class and it's pretty useful. However, I have noticed that it returns empty Registrant, Admin & Tech data. From what I gather, the solution is to make a second request to the registrar's WHOIS server in order to obtain it. For .com domains, this process would roughly look something like this:
Query whois.crsnic.net, find the "Registrar WHOIS Server" line in the received response and get the address of the said server (let's say it's whois.namecheap.com)
Query whois.namecheap.com
Parse & merge the data returned from the two servers as necessary and return it
The text was updated successfully, but these errors were encountered: