Open lbschenkel opened 4 years ago
My understanding is that .org is managed as a thick registry, so recursion should not be needed. I am not sure if something changed recently.
I'm also searching for a solution for this issue as i don't get all the info with the whois client
And now the registrar server returns an http URL as a referral. Are you able to find referrals not to HTTP(S)?
Maybe I'm missing something, but when I do something like this:
I was expecting
whois
to make a second query againstRegistrar WHOIS Server
, which iswhois.domain.com
in this case. This happens correctly for some domains (example:namesilo.net
) but not others, like in the above case.I can see that the code is supposed to be following those, like in here: https://github.com/rfc1036/whois/blob/b7cfb4ef37c4f53f29e8b52ce78fa11258d0ad97/whois.c#L903 and I don't quite get why that works for some domains and not others.