RFC Errata
RFC 7484, "Finding the Authoritative Registration Data (RDAP) Service", March 2015
Note: This RFC has been obsoleted by RFC 9224
Source of RFC: weirds (app)See Also: RFC 7484 w/ inline errata
Errata ID: 5461
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Pieter Vandepitte
Date Reported: 2018-08-14
Verifier Name: Murray Kucherawy
Date Verified: 2021-12-02
Section 4 says:
{
"version": "1.0",
"publication": "YYYY-MM-DDTHH:MM:SSZ",
"description": "Some text",
"services": [
[
["net", "com"],
[
"https://registry.example.com/myrdap/"
]
],
[
["org", "mytld"],
[
"http://example.org/"
]
],
[
["xn--zckzah"],
[
"https://example.net/rdapxn--zckzah/",
"http://example.net/rdapxn--zckzah/"
]
]
]
}
It should say:
{
"version": "1.0",
"publication": "YYYY-MM-DDTHH:MM:SSZ",
"description": "Some text",
"services": [
[
["net", "com"],
[
"https://registry.example.com/myrdap/"
]
],
[
["org", "mytld"],
[
"http://example.org/"
]
],
[
["xn--zckzah"],
[
"https://example.net/rdap/xn--zckzah/",
"http://example.net/rdap/xn--zckzah/"
]
]
]
}
Notes:
Include a slash between rdap and xn--zckzah. rdapxn--zckzah is not a valid a-label
