<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-tls-svcb-ech-06" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="ECH in SVCB">Bootstrapping TLS Encrypted ClientHello with DNS Service Bindings</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-tls-svcb-ech-06"/>
    <author initials="B." surname="Schwartz" fullname="Ben Schwartz">
      <organization>Meta Platforms, Inc.</organization>
      <address>
        <email>ietf@bemasc.net</email>
      </address>
    </author>
    <author initials="M." surname="Bishop" fullname="Mike Bishop">
      <organization>Akamai Technologies</organization>
      <address>
        <email>mbishop@evequefou.be</email>
      </address>
    </author>
    <author initials="E." surname="Nygren" fullname="Erik Nygren">
      <organization>Akamai Technologies</organization>
      <address>
        <email>erik+ietf@nygren.org</email>
      </address>
    </author>
    <date/>
    <area>Security</area>
    <workgroup>TLS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 33?>

<t>To use TLS Encrypted ClientHello (ECH) the client needs to learn the ECH configuration for a server before it attempts a connection to the server.  This specification provides a mechanism for conveying the ECH configuration information via DNS, using a SVCB or HTTPS record.</t>
    </abstract>
  </front>
  <middle>
    <?line 37?>

<section anchor="overview">
      <name>Overview</name>
      <t>The Service Bindings framework <xref target="SVCB"/> allows server operators to publish a detailed description of their service in the Domain Name System (see <xref target="RFC1034"/>, <xref target="BCP219"/>) using SVCB or HTTPS records.  Each SVCB record describes a single "alternative endpoint", and contains a collection of "SvcParams" that can be extended with new kinds of information that may be of interest to a client.  Clients can use the SvcParams to improve the privacy, security, and performance of their connection to this endpoint.</t>
      <t>This specification defines a new SvcParam to enable the use of TLS Encrypted ClientHello <xref target="ECH"/> in TLS-based protocols.  This SvcParam can be used in SVCB, HTTPS or any future SVCB-compatible DNS records, and is intended to serve as the primary bootstrap mechanism for ECH.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="ech-param">
      <name>SvcParam for ECH configuration</name>
      <t>The "ech" SvcParamKey is defined for conveying the ECH configuration of an alternative endpoint.  It is applicable to all schemes that use TLS-based protocols (including DTLS <xref target="RFC9147"/> and QUIC version 1 <xref target="RFC9001"/>) unless otherwise specified.</t>
      <t>In wire format, the value of the parameter is an ECHConfigList (<xref section="4" sectionFormat="of" target="ECH"/>), including the redundant length prefix.  In presentation format, the value is the ECHConfigList in Base 64 Encoding (<xref section="4" sectionFormat="of" target="RFC4648"/>).  Base 64 is used here to simplify integration with TLS server software.  To enable simpler parsing, this SvcParam <bcp14>MUST NOT</bcp14> contain escape sequences.</t>
      <figure>
        <name>ECH SvcParam with a public_name of "ech-sites.example.com"</name>
        <artwork><![CDATA[
ech="AEj+DQBEAQAgACAdd+scUi0IYFsXnUIU7ko2Nd9+F8M26pAGZVpz/KrWPgAEAAEAAWQ
VZWNoLXNpdGVzLmV4YW1wbGUubmV0AAA="
]]></artwork>
      </figure>
    </section>
    <section anchor="server-behavior">
      <name>Server behavior</name>
      <t>When publishing a record containing an "ech" parameter, the publisher <bcp14>MUST</bcp14> ensure that all IP addresses of TargetName correspond to servers that have access to the corresponding private key or are authoritative for the public name. (See Sections <xref target="ECH" section="6.1.7" sectionFormat="bare"/> and <xref target="ECH" section="8.1.1" sectionFormat="bare"/> of <xref target="ECH"/> for requirements related to the public name.)  Otherwise, connections will fail entirely.</t>
      <t>These servers <bcp14>SHOULD</bcp14> support a protocol version that is compatible with ECH.  At the time of writing, the compatible versions are TLS 1.3, DTLS 1.3, and QUIC version 1.  If the server does not support a compatible version, each connection attempt will have to be retried, delaying the connection and wasting resources.</t>
    </section>
    <section anchor="ech-client-behavior">
      <name>Client behavior</name>
      <t>This section describes client behavior in using ECH configurations provided in SVCB or HTTPS records.</t>
      <section anchor="disabling-fallback">
        <name>Disabling fallback</name>
        <t>The SVCB-optional client behavior specified in (<xref section="3" sectionFormat="of" target="SVCB"/>) permits clients to fall back to a direct connection if all SVCB options fail.  This behavior is not suitable for ECH, because fallback would negate the privacy benefits of ECH.  Accordingly, ECH-capable SVCB-optional clients <bcp14>MUST</bcp14> switch to SVCB-reliant connection establishment if SVCB resolution succeeded (as defined in <xref section="3" sectionFormat="of" target="SVCB"/>) and all alternative endpoints have an "ech" SvcParam.</t>
      </section>
      <section anchor="clienthello-construction">
        <name>ClientHello construction</name>
        <t>When ECH is in use, the TLS ClientHello is divided into an unencrypted "outer" and an encrypted "inner" ClientHello.  The outer ClientHello is an implementation detail of ECH, and its contents are controlled by the ECHConfig in accordance with <xref target="ECH"/>.  The inner ClientHello is used for establishing a connection to the service, so its contents may be influenced by other SVCB parameters.  For example, the requirements related to ALPN protocol identifiers in <xref section="7.1.2" sectionFormat="of" target="SVCB"/> apply only to the inner ClientHello.  Similarly, it is the inner ClientHello whose Server Name Indication (SNI) identifies the desired service.</t>
      </section>
      <section anchor="performance-optimizations">
        <name>Performance optimizations</name>
        <t>Prior to retrieving the SVCB records, the client does not know whether they contain an "ech" parameter.  As a latency optimization, clients <bcp14>MAY</bcp14> prefetch DNS records that will only be used if this parameter is not present (i.e. only in SVCB-optional mode).</t>
        <t>The "ech" SvcParam alters the contents of the TLS ClientHello if it is present.  Therefore, clients that support ECH <bcp14>MUST NOT</bcp14> issue any TLS ClientHello until after SVCB resolution has completed.  (See <xref section="5.1" sectionFormat="of" target="SVCB"/>).</t>
      </section>
    </section>
    <section anchor="interaction-with-http-alt-svc">
      <name>Interaction with HTTP Alt-Svc</name>
      <t>HTTP clients that implement both HTTP Alt-Svc <xref target="RFC7838"/> and the HTTPS record type <xref target="SVCB"/> can use them together, provided that they only perform connection attempts that are "consistent" with both sets of parameters (<xref section="9.3" sectionFormat="of" target="SVCB"/>).  At the time of writing, there is no defined parameter related to ECH for Alt-Svc.  Accordingly, a connection attempt that uses ECH is considered "consistent" with an Alt-Svc Field Value that does not mention ECH.</t>
      <t>Origins that publish an "ech" SvcParam in their HTTPS record <bcp14>SHOULD</bcp14> also publish an HTTPS record with the "ech" SvcParam for every alt-authority offered in its Alt-Svc Field Values.  Otherwise, clients might reveal the name of the server in an unencrypted ClientHello to an alt-authority.</t>
      <t>If all HTTPS records for an alt-authority contain "ech" SvcParams, the client <bcp14>MUST</bcp14> adopt SVCB-reliant behavior (as in <xref target="disabling-fallback"/>) for that RRSet.  This precludes the use of certain connections that Alt-Svc would otherwise allow, as discussed in <xref section="9.3" sectionFormat="of" target="SVCB"/>.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <figure>
        <name>Simple example zone with the same configuration on the apex and web domain.  It is compatible with clients that do or do not support HTTPS records.</name>
        <artwork><![CDATA[
$ORIGIN simple.example. ; Simple example zone
@ 300 IN A     192.0.2.1
         AAAA  2001:db8::1
         HTTPS 1 . ech=ABC...
www 300 IN A 192.0.2.1
           AAAA 2001:db8::1
           HTTPS 1 . ech=ABC...
]]></artwork>
      </figure>
      <figure>
        <name>Service that allows clients to choose between two server pools with different ECH configurations.</name>
        <artwork><![CDATA[
$ORIGIN heterogeneous.example. ; Example zone with two pools of servers
pool1 300 IN    A    192.0.2.1
                AAAA 2001:db8:1::a
pool2 300 IN    A    192.0.2.2
                AAAA 2001:db8:2::a
service 300 IN SVCB 1 pool1 ech=ABC...
               SVCB 1 pool2 ech=DEF...
               A 192.0.2.1
               A 192.0.2.2
               AAAA 2001:db8:1::a
               AAAA 2001:db8:2::a
]]></artwork>
      </figure>
      <figure>
        <name>ECH usage pattern for an aliasing-based CDN.</name>
        <artwork><![CDATA[
$ORIGIN cdn.example. ; CDN operator zone
pool 300 IN A 192.0.2.1
            AAAA 2001:db8::1
            HTTPS 1 . ech=ABC...

$ORIGIN customer.example. ; CDN customer's zone
@   3600 IN HTTPS 0 pool.cdn.example.
; Apex IP records for compatibility with clients that do not support
; HTTPS records.
@   300  IN A    192.0.2.1
            AAAA 2001:db8::1

www 300  IN CNAME pool.cdn.example.
]]></artwork>
      </figure>
      <figure>
        <name>A domain that is only reachable using ECH.</name>
        <artwork><![CDATA[
$ORIGIN secret.example. ; High confidentiality zone
www     3600 IN HTTPS 1 backend ech=ABC... mandatory=ech
backend 300  IN A     192.0.2.1
                AAAA  2001:db8::1
]]></artwork>
      </figure>
      <figure>
        <name>Multi-CDN configuration using server-side selection.</name>
        <artwork><![CDATA[
$ORIGIN cdn1.example. ; First CDN operator zone
pool 300 IN A     192.0.2.1
            AAAA  2001:db8::1
            HTTPS 1 . ech=ABC...

$ORIGIN cdn2.example. ; Second CDN operator zone
pool 300 IN A     192.0.2.2
            AAAA  2001:db8::2
            HTTPS 1 . ech=DEF...

;; Multi-CDN customer zone (version 1)
$ORIGIN customer.example.
@   3600 IN HTTPS 0 pool.cdn1.example.
; Apex IP records for compatibility with clients that do not support
; HTTPS records.
@   300  IN A    192.0.2.1
            AAAA 2001:db8::1
www 3600  IN CNAME pool.cdn1.example.

;; Multi-CDN customer zone (version 2)
@   3600 IN HTTPS 0 pool.cdn2.example.
@   300  IN A    192.0.2.2
            AAAA 2001:db8::2
www 3600  IN CNAME pool.cdn2.example.
]]></artwork>
      </figure>
      <figure>
        <name>Example of a DNS server that supports ECH.</name>
        <artwork><![CDATA[
$ORIGIN dns.example. ; DNS server example.
@    3600 IN A     192.0.2.1
             AAAA  2001:db8::1
             HTTPS 1 . ech=ABC... alpn=h3 dohpath=/q{?dns}

_dns 3600 IN SVCB  1 @ ech=ABC... alpn=dot,doq,h3 dohpath=/q{?dns}
]]></artwork>
      </figure>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>A SVCB RRSet containing some RRs with "ech" and some without is vulnerable to a downgrade attack: a network intermediary can block connections to the endpoints that support ECH, causing the client to fall back to a non-ECH endpoint.  This configuration is <bcp14>NOT RECOMMENDED</bcp14>. Zone owners who do use such a mixed configuration <bcp14>SHOULD</bcp14> mark the RRs with "ech" as more preferred (i.e. lower SvcPriority value) than those without, in order to maximize the likelihood that ECH will be used in the absence of an active adversary.</t>
      <t>In an idealized deployment, ECH protects the SNI with an anonymity set consisting of all the ECH-enabled server domains supported by a given client-facing server. Accordingly, an attacker who can enumerate this set can always guess the encrypted SNI with probability 1/K, where K is the number of domains in the set. In practice, this probability may be increased via traffic analysis, popularity weighting, and other mechanisms.</t>
      <t>ECH ensures that TLS does not disclose the SNI, but the same information is also present in the DNS queries used to resolve the server's hostname.  This specification does not conceal the server name from the DNS resolver.  If DNS messages are sent between the client and resolver without authenticated encryption, an attacker on this path can also learn the destination server name.  A similar attack applies if the client can be linked to a request from the resolver to a DNS authority.</t>
      <t>An attacker who can prevent SVCB resolution can deny clients any associated security benefits. A hostile recursive resolver can always deny service to SVCB queries, but network intermediaries can often prevent resolution as well, even when the client and recursive resolver validate DNSSEC <xref target="RFC9364"/> and use a secure transport. These downgrade attacks can prevent a client from being aware that "ech" is configured which could result in the client sending the ClientHello in cleartext. To prevent downgrades, <xref section="3.1" sectionFormat="of" target="SVCB"/> recommends that clients abandon the connection attempt when such an attack is detected.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is instructed to modify the Service Parameter Keys Registry entry for "ech" as follows:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Number</th>
            <th align="left">Name</th>
            <th align="left">Meaning</th>
            <th align="left">Format Reference</th>
            <th align="left">Change Controller</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">5</td>
            <td align="left">ech</td>
            <td align="left">TLS Encrypted ClientHello Config</td>
            <td align="left">(This document)</td>
            <td align="left">IETF</td>
          </tr>
        </tbody>
      </table>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="SVCB">
          <front>
            <title>Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <author fullname="M. Bishop" initials="M." surname="Bishop"/>
            <author fullname="E. Nygren" initials="E." surname="Nygren"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the "SVCB" ("Service Binding") and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration), and are extensible to support future uses (such as keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics"). By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9460"/>
          <seriesInfo name="DOI" value="10.17487/RFC9460"/>
        </reference>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="ECH">
          <front>
            <title>TLS Encrypted Client Hello</title>
            <author fullname="Eric Rescorla" initials="E." surname="Rescorla">
              <organization>Independent</organization>
            </author>
            <author fullname="Kazuho Oku" initials="K." surname="Oku">
              <organization>Fastly</organization>
            </author>
            <author fullname="Nick Sullivan" initials="N." surname="Sullivan">
              <organization>Cryptography Consulting LLC</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="15" month="September" year="2024"/>
            <abstract>
              <t>   This document describes a mechanism in Transport Layer Security (TLS)
   for encrypting a ClientHello message under a server public key.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Source for this draft and an issue tracker can be found at
   https://github.com/tlswg/draft-ietf-tls-esni
   (https://github.com/tlswg/draft-ietf-tls-esni).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-esni-22"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC9364">
          <front>
            <title>DNS Security Extensions (DNSSEC)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="237"/>
          <seriesInfo name="RFC" value="9364"/>
          <seriesInfo name="DOI" value="10.17487/RFC9364"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <referencegroup anchor="BCP219" target="https://www.rfc-editor.org/info/bcp219">
          <reference anchor="RFC9499" target="https://www.rfc-editor.org/info/rfc9499">
            <front>
              <title>DNS Terminology</title>
              <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
              <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
              <date month="March" year="2024"/>
              <abstract>
                <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
                <t>This document updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="219"/>
            <seriesInfo name="RFC" value="9499"/>
            <seriesInfo name="DOI" value="10.17487/RFC9499"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9001">
          <front>
            <title>Using TLS to Secure QUIC</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <author fullname="S. Turner" initials="S." role="editor" surname="Turner"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes how Transport Layer Security (TLS) is used to secure QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9001"/>
          <seriesInfo name="DOI" value="10.17487/RFC9001"/>
        </reference>
        <reference anchor="RFC7838">
          <front>
            <title>HTTP Alternative Services</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <author fullname="J. Reschke" initials="J." surname="Reschke"/>
            <date month="April" year="2016"/>
            <abstract>
              <t>This document specifies "Alternative Services" for HTTP, which allow an origin's resources to be authoritatively available at a separate network location, possibly accessed with a different protocol configuration.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7838"/>
          <seriesInfo name="DOI" value="10.17487/RFC7838"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
