On Sun, Aug 16, 2020, at 21:08, Rubens Kuhl wrote:
> Of the 822 https:// URLs in https://data.iana.org/rdap/dns.json , and 0 
> http:// URLs, there are some for ccTLDs:
> .ar
> .br
> .ca
> .cr
> ..cz
> .id
> .is
> .no
> .tz
> 
> 
> So, I believe we could remove http:// as a transport option, and that 
> there is no total lack of ccTLDs. Surely there could be more. 

Existence in the bootstrap does not guarantee it works, neither that it
respects the specifications. But ok,  replace "total lack" by "near total lack"
(considering the number of ccTLDs out there...)

$ curl -s https://rdap.nic.ar/domain/nic.ar | jq .rdapConformance
[
  "rdap_level_0",
  "fred_version_0"
]

$ curl -s https://rdap.registro.br/domain/registro.br | jq .rdapConformance
[
  "rdap_level_0",
  "nicbr_level_0"
]

$ curl -s https://rdap.ca.fury.ca/rdap/domain/fury.ca | jq .rdapConformance
[
  "icann_rdap_response_profile_0",
  "icann_rdap_technical_implementation_guide_0",
  "rdap_level_0"
]

$ curl -s https://rdap.nic.cr/domain/nic.cr | jq .rdapConformance
[
  "rdap_level_0",
  "fred_version_0"
]

$ curl -s https://rdap.nic.cz/domain/nic.cz | jq .rdapConformance
[
  "rdap_level_0",
  "fred_version_0"
]

$ curl -s https://rdap.pandi.id/rdap/domain/pandi.id | jq .rdapConformance
[
  "icann_rdap_technical_implementation_guide_0",
  "rdap_level_0",
  "rdap_pandi_level_0"
]

$ curl -s https://rdap.isnic.is/rdap/domain/isnic.is | jq .rdapConformance
[
  "rdap_level_0",
  "isnic_level_0"
]

$ curl -s https://rdap.norid.no/domain/norid.no | jq .rdapConformance
[
  "rdap_level_0",
  "rdap_objectTag_level_0",
  "norid_level_0"
]

$ curl -s https://whois.tznic.or.tz/rdap/domain/tznic.or.tz | jq 
.rdapConformance
[
  "rdap_level_0",
  "fred_version_0"
]


Please compare to the current list of the registered RDAP namespaces at 
https://www.iana.org/assignments/rdap-extensions/rdap-extensions.xhtml#rdap-extensions-1

- arin_originas0
- artRecord
- cidr0
- fred
- icann_rdap_response_profile_0
- icann_rdap_technical_implementation_guide_0
- platformNS
- rdap_objectTag
- regType

It would be very good hence to see there also registered all the ones
existing in the wild...
That would be a step better than just being listed in the bootstrap file,
at least for any client implementer.

-- 
  Patrick Mevzek
  p...@dotandco.com

_______________________________________________
regext mailing list
regext@ietf.org
https://www.ietf.org/mailman/listinfo/regext

Reply via email to