Open bluerid opened 7 years ago
Hi, @bluerid!
I also encountered this issue. So what happened is it wasn't able to resolve the whois registrar server that it suppose to redirect the query to. I just fixed the regular expression in the package. See below.
From: /(ReferralServer|Registrar Whois|Whois Server|WHOIS Server):[^\S\n](r?whois:\/\/)?(.?)/ To: /(ReferralServer|Registrar Whois|Whois Server|WHOIS Server):[^\S\n](r?whois:\/\/)?(.)/ Just remove the last question mark.
Not sure if this is the correct fix. The authors need to check on this. I could send a PR for this fix tomorrow.
+1 for this, @hjr265 do you want us to open a PR?
@StanScates, yes please! Can you give me permission?
@StanScates @spitfyr86 Thank you! A PR would be really appreciated.
I am trying to fetch all whois data associated with a domain.
Even if I set
verbose
totrue
, the request is returning the minimal set of data. Here is the response for google.com.I want data for administrative/technical/registrant contact. I believe this module is able to return as I see it in the readme.