rfc9082v2.txt | rfc9082.txt | |||
---|---|---|---|---|
Internet Engineering Task Force (IETF) S. Hollenbeck | Internet Engineering Task Force (IETF) S. Hollenbeck | |||
Request for Comments: 9082 Verisign Labs | Request for Comments: 9082 Verisign Labs | |||
STD: 95 A. Newton | STD: 95 A. Newton | |||
Obsoletes: 7482 AWS | Obsoletes: 7482 AWS | |||
Category: Standards Track May 2021 | Category: Standards Track June 2021 | |||
ISSN: 2070-1721 | ISSN: 2070-1721 | |||
Registration Data Access Protocol (RDAP) Query Format | Registration Data Access Protocol (RDAP) Query Format | |||
Abstract | Abstract | |||
This document describes uniform patterns to construct HTTP URLs that | This document describes uniform patterns to construct HTTP URLs that | |||
may be used to retrieve registration information from registries | may be used to retrieve registration information from registries | |||
(including both Regional Internet Registries (RIRs) and Domain Name | (including both Regional Internet Registries (RIRs) and Domain Name | |||
Registries (DNRs)) using "RESTful" web access patterns. These | Registries (DNRs)) using "RESTful" web access patterns. These | |||
skipping to change at line 356 ¶ | skipping to change at line 356 ¶ | |||
The following URL would be used to find information describing the | The following URL would be used to find information describing the | |||
zone serving the network 2001:db8:1::/48: | zone serving the network 2001:db8:1::/48: | |||
https://example.com/rdap/domain/1.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa | https://example.com/rdap/domain/1.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa | |||
The following URL would be used to find information for the | The following URL would be used to find information for the | |||
blah.example.com domain name: | blah.example.com domain name: | |||
https://example.com/rdap/domain/blah.example.com | https://example.com/rdap/domain/blah.example.com | |||
The following URL would be used to find information for the xn--fo- | The following URL would be used to find information for the | |||
5ja.example IDN: | xn--fo-5ja.example IDN: | |||
https://example.com/rdap/domain/xn--fo-5ja.example | https://example.com/rdap/domain/xn--fo-5ja.example | |||
3.1.4. Nameserver Path Segment Specification | 3.1.4. Nameserver Path Segment Specification | |||
Syntax: nameserver/<nameserver name> | Syntax: nameserver/<nameserver name> | |||
The <nameserver name> parameter represents a fully qualified host | The <nameserver name> parameter represents a fully qualified host | |||
name as specified in [RFC0952] and [RFC1123]. Internationalized | name as specified in [RFC0952] and [RFC1123]. Internationalized | |||
names represented in either A-label or U-label format [RFC5890] are | names represented in either A-label or U-label format [RFC5890] are | |||
skipping to change at line 864 ¶ | skipping to change at line 864 ¶ | |||
[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC | [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC | |||
2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, | 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, | |||
May 2017, <https://www.rfc-editor.org/info/rfc8174>. | May 2017, <https://www.rfc-editor.org/info/rfc8174>. | |||
[RFC8499] Hoffman, P., Sullivan, A., and K. Fujiwara, "DNS | [RFC8499] Hoffman, P., Sullivan, A., and K. Fujiwara, "DNS | |||
Terminology", BCP 219, RFC 8499, DOI 10.17487/RFC8499, | Terminology", BCP 219, RFC 8499, DOI 10.17487/RFC8499, | |||
January 2019, <https://www.rfc-editor.org/info/rfc8499>. | January 2019, <https://www.rfc-editor.org/info/rfc8499>. | |||
[RFC9083] Hollenbeck, S. and A. Newton, "JSON Responses for the | [RFC9083] Hollenbeck, S. and A. Newton, "JSON Responses for the | |||
Registration Data Access Protocol (RDAP)", STD 95, | Registration Data Access Protocol (RDAP)", STD 95, | |||
RFC 9083, DOI 10.17487/RFC9083, May 2021, | RFC 9083, DOI 10.17487/RFC9083, June 2021, | |||
<https://www.rfc-editor.org/info/rfc9083>. | <https://www.rfc-editor.org/info/rfc9083>. | |||
[Unicode-UAX15] | [Unicode-UAX15] | |||
The Unicode Consortium, "Unicode Standard Annex #15: | The Unicode Consortium, "Unicode Standard Annex #15: | |||
Unicode Normalization Forms", September 2013, | Unicode Normalization Forms", September 2013, | |||
<https://www.unicode.org/reports/tr15/>. | <https://www.unicode.org/reports/tr15/>. | |||
9.2. Informative References | 9.2. Informative References | |||
[REST] Fielding, R., "Architectural Styles and the Design of | [REST] Fielding, R., "Architectural Styles and the Design of | |||
End of changes. 3 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |