HTTP usage in the Registration Data Access Protocol (RDAP)
draft-ietf-weirds-using-http-05
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (weirds WG)
|
|
Authors |
|
Andrew Newton
,
Byron Ellacott
,
Ning Kong
|
|
Last updated |
|
2013-06-14
(latest revision 2013-05-13)
|
|
Replaces |
|
draft-designteam-weirds-using-http
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Proposed Standard
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
WG state
|
|
Submitted to IESG for Publication
|
|
Document shepherd |
|
Olaf Kolkman
|
|
Shepherd write-up |
|
Show
(last changed 2013-05-29)
|
IESG |
IESG state |
|
AD Evaluation::Revised I-D Needed
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Pete Resnick
|
|
IESG note |
|
Document Shepherd: Olaf Kolkman (olaf@NLnetLabs.nl)
|
|
Send notices to |
|
weirds-chairs@tools.ietf.org, draft-ietf-weirds-using-http@tools.ietf.org
|
Network Working Group A.L. Newton
Internet-Draft ARIN
Intended status: Standards Track B.J. Ellacott
Expires: November 14, 2013 APNIC
N. Kong
CNNIC
May 13, 2013
HTTP usage in the Registration Data Access Protocol (RDAP)
draft-ietf-weirds-using-http-05
Abstract
This document is one of a collection that together describe the
Registration Data Access Protocol (RDAP). It describes how RDAP is
transported using the Hypertext Transfer Protocol (HTTP).
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on November 14, 2013.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
Newton, et al. Expires November 14, 2013 [Page 1]
Internet-Draft RDAP over HTTP May 2013
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 4
3. Design Intents . . . . . . . . . . . . . . . . . . . . . . . 4
4. Queries . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
4.1. Accept Header . . . . . . . . . . . . . . . . . . . . . . 5
4.2. Query Parameters . . . . . . . . . . . . . . . . . . . . 5
5. Types of HTTP Response . . . . . . . . . . . . . . . . . . . 5
5.1. Positive Answers . . . . . . . . . . . . . . . . . . . . 5
5.2. Redirects . . . . . . . . . . . . . . . . . . . . . . . . 6
5.3. Negative Answers . . . . . . . . . . . . . . . . . . . . 6
5.4. Malformed Queries . . . . . . . . . . . . . . . . . . . . 6
5.5. Rate Limits . . . . . . . . . . . . . . . . . . . . . . . 7
5.6. Cross-Origin Resource Sharing . . . . . . . . . . . . . . 7
6. Extensibility . . . . . . . . . . . . . . . . . . . . . . . . 7
7. Security Considerations . . . . . . . . . . . . . . . . . . . 8
8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 8
8.1. RDAP Extensions Registry . . . . . . . . . . . . . . . . 8
8.2. RDAP Media Type Registration . . . . . . . . . . . . . . 9
9. Internationalization Considerations . . . . . . . . . . . . . 10
9.1. URIs and IRIs . . . . . . . . . . . . . . . . . . . . . . 10
9.2. Language Identifiers in Queries and Responses . . . . . . 10
9.3. Language Identifiers in HTTP Headers . . . . . . . . . . 10
10. Contributing Authors and Acknowledgements . . . . . . . . . . 10
11. References . . . . . . . . . . . . . . . . . . . . . . . . . 11
11.1. Normative References . . . . . . . . . . . . . . . . . . 11
11.2. Informative References . . . . . . . . . . . . . . . . . 11
Appendix A. Protocol Example . . . . . . . . . . . . . . . . . . 12
Appendix B. Cache Busting . . . . . . . . . . . . . . . . . . . 13
Appendix C. Changelog . . . . . . . . . . . . . . . . . . . . . 13
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 14
Newton, et al. Expires November 14, 2013 [Page 2]
Internet-Draft RDAP over HTTP May 2013
1. Introduction
This document describes the usage of HTTP for Registration Data
Directory Services. The goal of this document is to tie together
usage patterns of HTTP into a common profile applicable to the
Show full document text