Hi all,

I'm working on a client implementation of RDAP and running into some
problems.

Are all IPv4 ranges covered? It doesn't appear so, and servers from
about.rdap.org don't seem to be responding to domains they're said to
serve.

$ curl -L -v -H "Accept: application/json" https://rdap.org/ip/$(dig +short
code.jobs)
....
> GET /ip/45.56.121.172 HTTP/2
> Host: rdap.org
> Accept: application/json

< content-type: application/rdap_error+json

{"errorCode":404,"title":"No RDAP service could be found for
'45.56.121.172'"}

Also, I tried another example and am seeing a different response format
than what I saw in the RFC's.

$ curl -L -v -H "Accept: application/json" https://rdap.org/ip/192.0.2.0
{
    "net": {
        // ...
        "registrationDate": {
            "$": "2009-06-29T11:15:30-04:00"
        },
        "ref": {
            "$": "https://whois.arin.net/rest/net/NET-192-0-2-0-1";
        },
        "endAddress": {
            "$": "192.0.2.255"
        },
        "handle": {
            "$": "NET-192-0-2-0-1"
        },
        // ...
        "version": {
            "$": "4"
        }
    }
}
_______________________________________________
regext mailing list
regext@ietf.org
https://www.ietf.org/mailman/listinfo/regext

Reply via email to