Funny, On Fri, 24 Aug 2018 at 20:02, Brian Rak via db-wg <db-wg@ripe.net> wrote:
https://rdap.db.ripe.net/ip/24.235.22.0/23
This will just infinitely redirect between ARIN and RIPE:
$ wget https://rdap.arin.net/registry/ip/24.235.22.0/23 --2018-08-24 14:00:05-- https://rdap.arin.net/registry/ip/24.235.22.0/23 Resolving rdap.arin.net... 2001:500:a9::160, 2001:500:31::160, 2001:500:13::160, ... Connecting to rdap.arin.net|2001:500:a9::160|:443... connected. HTTP request sent, awaiting response... 303 See Other Location: https://rdap.db.ripe.net/ip/24.235.22.0/23 [following] --2018-08-24 14:00:06-- https://rdap.db.ripe.net/ip/24.235.22.0/23 Resolving rdap.db.ripe.net... 2001:67c:2e8:22::c100:68e, 193.0.6.142 Connecting to rdap.db.ripe.net|2001:67c:2e8:22::c100:68e|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://rdap.arin.net/registry/ip/24.235.22.0/23 [following] --2018-08-24 14:00:06-- https://rdap.arin.net/registry/ip/24.235.22.0/23 Connecting to rdap.arin.net|2001:500:a9::160|:443... connected. HTTP request sent, awaiting response... 303 See Other Location: https://rdap.db.ripe.net/ip/24.235.22.0/23 [following] --2018-08-24 14:00:07-- https://rdap.db.ripe.net/ip/24.235.22.0/23 Connecting to rdap.db.ripe.net|2001:67c:2e8:22::c100:68e|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://rdap.arin.net/registry/ip/24.235.22.0/23 [following] --2018-08-24 14:00:07-- https://rdap.arin.net/registry/ip/24.235.22.0/23 Connecting to rdap.arin.net|2001:500:a9::160|:443... connected. HTTP request sent, awaiting response... 303 See Other
The same command on my machine works perfectly. {{ 2018-08-25 01:30:34 }} {{ bash v4.4.12(1) }} {{ Linux x86_64 2.6.32-042stab127.2 }} ~ > wget https://rdap.arin.net/registry/ip/24.235.22.0/23 --2018-08-25 01:30:43-- https://rdap.arin.net/registry/ip/24.235.22.0/23 Resolving rdap.arin.net (rdap.arin.net)... 199.5.26.160, 199.71.0.160, 199.212.0.160, ... Connecting to rdap.arin.net (rdap.arin.net)|199.5.26.160|:443... connected. HTTP request sent, awaiting response... 303 See Other Location: https://rdap.db.ripe.net/ip/24.235.22.0/23 [following] --2018-08-25 01:30:43-- https://rdap.db.ripe.net/ip/24.235.22.0/23 Resolving rdap.db.ripe.net (rdap.db.ripe.net)... 193.0.6.142, 2001:67c:2e8:22::c100:68e Connecting to rdap.db.ripe.net (rdap.db.ripe.net)|193.0.6.142|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1939 (1.9K) [application/rdap+json] Saving to: '23' 23 100%[=======================================================================================================================================================>] 1.89K --.-KB/s in 0s 2018-08-25 01:30:43 (38.9 MB/s) - '23' saved [1939/1939] {{ 2018-08-25 01:32:31 }} {{ bash v4.4.12(1) }} {{ Linux x86_64 2.6.32-042stab127.2 }} ~ > ls -1 | grep -E "23$" 23 {{ 2018-08-25 01:33:23 }} {{ bash v4.4.12(1) }} {{ Linux x86_64 2.6.32-042stab127.2 }} ~ > cat 23 { "handle" : "24.235.22.0 - 24.235.23.255", "startAddress" : "24.235.22.0/32", "endAddress" : "24.235.23.255/32", "ipVersion" : "v4", "name" : "US-VEM-19970728", "type" : "ALLOCATED PA", "country" : "GB", "parentHandle" : "EU-ZZ-24", "entities" : [ { "handle" : "AR45863-RIPE", "vcardArray" : [ "vcard", [ [ "version", { }, "text", "4.0" ], [ "fn", { }, "text", "Abuse-C Role" ], [ "kind", { }, "text", "group" ], [ "adr", { "label" : "700 N Valley St, Suite B PMB 19552\n92801\nAnaheim\nUNITED STATES" }, "text", null ], [ "email", { }, "text", "network@vem.net" ] ] ], "roles" : [ "abuse" ], "entities" : [ { "handle" : "us-vem-1-mnt", "roles" : [ "registrant" ], "objectClassName" : "entity" } ], "objectClassName" : "entity" } ], "links" : [ { "value" : "https://rdap.db.ripe.net/ip/24.235.22.0/23", "rel" : "self", "href" : "https://rdap.db.ripe.net/ip/24.235.22.0/23" }, { "value" : "http://www.ripe.net/data-tools/support/documentation/terms", "rel" : "copyright", "href" : "http://www.ripe.net/data-tools/support/documentation/terms" } ], "events" : [ { "eventAction" : "last changed", "eventDate" : "2018-08-23T17:09:58Z" } ], "rdapConformance" : [ "rdap_level_0" ], "notices" : [ { "title" : "Filtered", "description" : [ "This output has been filtered." ] }, { "title" : "Source", "description" : [ "Objects returned came from source", "RIPE" ] }, { "title" : "Terms and Conditions", "description" : [ "This is the RIPE Database query service. The objects are in RDAP format." ], "links" : [ { "value" : "https://rdap.db.ripe.net/ip/24.235.22.0/23", "rel" : "terms-of-service", "href" : "http://www.ripe.net/db/support/db-terms-conditions.pdf", "type" : "application/pdf" } ] } ], "port43" : "whois.ripe.net", "objectClassName" : "ip network" } {{ 2018-08-25 01:33:57 }} {{ bash v4.4.12(1) }} {{ Linux x86_64 2.6.32-042stab127.2 }} ~ > wget --version | grep 'GNU Wget' GNU Wget 1.18 built on linux-gnu. .Christoffer