forked from phpWhois/phpWhois
-
Notifications
You must be signed in to change notification settings - Fork 6
RDAP? #19
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
What are your thoughts on supporting RDAP as well as WHOIS?
The .uk registrar (and I expect others will follow) is ending WHOIS support: https://theukdomain.uk/rdap/ . I'd guess that many users of this library, like me, don't care so much about the underlying WHOIS protocol, as about having a convenient client to use to look up whether a domain is registered, what the domain's expiry date is, etc.
Presumably RDAP libraries exist, and as a coder I can plumb the logic for "use the RDAP library for a .uk domain, use the WHOIS library for others", and change the list of TLDs being routed each way over time. However, I wonder that's something you're already thinking of since, as I say, I suspect many users of this project are using it because mainly of the results. Keeping it restricted it to only results that can be fetched by one specific protocol will limit its future usefulness.