<?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  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-groupcomm-proxy-00" category="std" consensus="true" submissionType="IETF" updates="7252" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.0 -->
  <front>
    <title abbrev="Proxy Operations for Group Communication">Proxy Operations for CoAP Group Communication</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-proxy-00"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="E." surname="Dijk" fullname="Esko Dijk">
      <organization>IoTconsultancy.nl</organization>
      <address>
        <postal>
          <street>\________________\</street>
          <city>Utrecht</city>
          <country>The Netherlands</country>
        </postal>
        <email>esko.dijk@iotconsultancy.nl</email>
      </address>
    </author>
    <date year="2023" month="December" day="19"/>
    <area>Internet</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document specifies the operations performed by a proxy, when using the Constrained Application Protocol (CoAP) in group communication scenarios. Such a proxy processes a single request sent by a client over unicast, and distributes the request over IP multicast to a group of servers. Then, the proxy collects the individual responses from those servers and relays those responses back to the client, in a way that allows the client to distinguish the responses and their origin servers through embedded addressing information. This document updates RFC7252 with respect to caching of response messages at proxies.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Constrained RESTful Environments Working Group mailing list (core@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/core-wg/groupcomm-proxy"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> allows the presence of proxies, as intermediary entities supporting clients by performing requests on their behalf and relaying back responses.</t>
      <t>CoAP supports also group communication over IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>, where a group request can be addressed to multiple recipient servers, each of which may reply with an individual unicast response. As discussed in <xref section="3.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, this group communication scenario poses a number of issues and limitations to proxy operations.</t>
      <t>In particular, the client sends to the proxy a single unicast request, which the proxy forwards to a group of servers over IP multicast. Later on, the proxy replies to the client's original unicast request, by relaying back the responses from the servers.</t>
      <t>As per <xref target="RFC7252"/>, a CoAP-to-CoAP proxy relays those responses to the client as separate CoAP messages, all matching (by Token) with the client's original unicast request. A possible alternative approach for aggregating those responses into a single CoAP response sent to the client would require a specific aggregation content-format, which is not available yet. Both these approaches have open issues.</t>
      <t>This document considers the former approach. That is, after forwarding a CoAP group request from the client to the group of CoAP servers, the proxy relays the individual responses back to the client as separate CoAP messages. The described method addresses all the related issues raised in <xref section="3.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>. To this end, a dedicated signaling protocol is defined, using two new CoAP options.</t>
      <t>Using this protocol, the client explicitly confirms its intent to perform a proxied group request and its support for receiving multiple responses as a result, i.e., one or more from each origin server. Also, the client signals for how long it is willing to wait for responses. When relaying to the client a response to the group request, the proxy indicates the addressing information of the origin server. This enables the client to distinguish, multiple diffent responses by origin and to possibly contact one or more of the respective servers by sending individual unicast request(s) to the indicated address(es). In doing these follow-up unicast requests, the client may optionally bypass the proxy.</t>
      <t>This document also defines how the proposed protocol is used between an HTTP client and an HTTP-CoAP cross-proxy, in order to forward an HTTP group request from the client to a group of CoAP servers, and relay back the individual CoAP responses as HTTP responses.</t>
      <t>Finally, this document defines a caching model for proxies and specifies how they can serve a group request by using cached responses. Therefore, this document updates <xref target="RFC7252"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" 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>
        <t>Readers are expected to be familiar with terms and concepts defined in CoAP <xref target="RFC7252"/>, Group Communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>, CBOR <xref target="RFC8949"/>, OSCORE <xref target="RFC8613"/> and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>Unless specified otherwise, the term "proxy" refers to a CoAP-to-CoAP forward-proxy, as defined in <xref section="5.7.2" sectionFormat="of" target="RFC7252"/>.</t>
      </section>
    </section>
    <section anchor="sec-multicast-timeout-option">
      <name>The Multicast-Timeout Option</name>
      <t>The Multicast-Timeout Option defined in this section has the properties summarized in <xref target="fig-multicast-timeout-option"/>, which extends Table 4 of <xref target="RFC7252"/>.</t>
      <t>Since the option is not Safe-to-Forward, the column "N" indicates a dash for "not applicable". The value of the Multicast-Timeout Option specifies a timeout value in seconds, encoded as an unsigned integer (see <xref section="3.2" sectionFormat="of" target="RFC7252"/>).</t>
      <figure anchor="fig-multicast-timeout-option">
        <name>The Multicast-Timeout Option.</name>
        <artwork align="center"><![CDATA[
+------+---+---+---+---+------------+--------+--------+---------+
| No.  | C | U | N | R | Name       | Format | Length | Default |
+------+---+---+---+---+------------+--------+--------+---------+
|      |   |   |   |   |            |        |        |         |
| TBD1 |   | x | - |   | Multicast- |  uint  |  0-4   | (none)  |
|      |   |   |   |   | Timeout    |        |        |         |
|      |   |   |   |   |            |        |        |         |
+------+---+---+---+---+------------+--------+--------+---------+
           C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable
]]></artwork>
      </figure>
      <t>This document specifically defines how this option is used by a client in a CoAP request, to indicate to a proxy its support for and interest in receiving multiple responses to a proxied CoAP group request, i.e., one or more from each origin server, and for how long it is willing to wait for receiving responses via that proxy (see <xref target="ssec-req-send-steps"/> and <xref target="ssec-req-proc-proxy-steps"/>).</t>
      <t>When sending a CoAP group request to a proxy via IP unicast, to be forwarded by the proxy to a targeted group of servers, the client includes the Multicast-Timeout Option into the request. The option value indicates after how much time in seconds the client will stop accepting responses matching its original unicast request, with the exception of notifications if the CoAP Observe Option <xref target="RFC7641"/> is used in the same request. This allows the proxy to stop relaying responses back to the client, if those are received from servers after the indicated amount of time has elapsed.</t>
      <t>The Multicast-Timeout Option is of class U in terms of OSCORE processing (see <xref section="4.1" sectionFormat="of" target="RFC8613"/>).</t>
    </section>
    <section anchor="sec-response-forwarding-option">
      <name>The Response-Forwarding Option</name>
      <t>The Response-Forwarding Option defined in this section has the properties summarized in <xref target="fig-response-forwarding-option"/>, which extends Table 4 of <xref target="RFC7252"/>. The option is intended only for inclusion in CoAP responses, and builds on the Base-Uri option from <xref section="3" sectionFormat="of" target="I-D.bormann-coap-misc"/>.</t>
      <t>Since the option is intended only for responses, the column "N" indicates a dash for "not applicable".</t>
      <figure anchor="fig-response-forwarding-option">
        <name>The Response-Forwarding Option.</name>
        <artwork align="center"><![CDATA[
+------+---+---+---+---+------------+--------+--------+---------+
| No.  | C | U | N | R | Name       | Format | Length | Default |
+------+---+---+---+---+------------+--------+--------+---------+
|      |   |   |   |   |            |        |        |         |
| TBD2 |   |   | - |   | Response-  |  (*)   | 10-25  | (none)  |
|      |   |   |   |   | Forwarding |        |        |         |
|      |   |   |   |   |            |        |        |         |
+------+---+---+---+---+------------+--------+--------+---------+
           C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable

(*) See below.
]]></artwork>
      </figure>
      <t>This document specifically defines how this option is used by a proxy that can perform proxied CoAP group requests.</t>
      <t>Upon receiving a response to such request from a server, the proxy includes the Response-Forwarding Option into the response sent to the origin client (see <xref target="sec-description"/>). The proxy uses the option to indicate the addressing information where the client can send an individual request intended to that origin server.</t>
      <t>In particular, the client can use the addressing information specified in the option to identify the response originator and possibly send it individual requests later on, either directly, or indirectly via the proxy, as unicast requests.</t>
      <t>The option value is set to the byte serialization of the CBOR array 'tp_info' defined in <xref section="4.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>, including only the set of elements 'srv_addr'. In turn, the set includes the integer 'tp_id' identifying the used transport protocol, and further elements whose number, format and encoding depend on the value of 'tp_id'.</t>
      <t>The value of 'tp_id' MUST be taken from the "Value" column of the "CoAP Transport Information" registry defined in <xref section="16.5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>. The elements of 'srv_addr' following 'tp_id' are specified in the corresponding entry of the Registry, under the "Server Addr" column.</t>
      <t>If the server is reachable through CoAP transported over UDP, the 'tp_info' array includes the following elements, encoded as defined in <xref section="4.2.1.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
      <ul spacing="normal">
        <li>
          <t>'tp_id': the CBOR integer with value 1. This element MUST be present.</t>
        </li>
        <li>
          <t>'srv_host': a CBOR byte string, encoding the unicast IP address of the server. This element is tagged and identified by the CBOR tag 260 "Network Address (IPv4 or IPv6 or MAC Address)". This element MUST be present.</t>
        </li>
        <li>
          <t>'srv_port': a CBOR unsigned integer or the CBOR simple value "null" (0xf6). This element MAY be present.  </t>
          <t>
If present as a CBOR unsigned integer, it has as value the destination UDP port number to use for individual requests to the server.  </t>
          <t>
If present as the CBOR simple value "null" (0xf6), the client MUST assume that the same port number specified in the group URI of the original unicast CoAP group request sent to the proxy (see <xref target="ssec-req-send-steps"/>) can be used for individual requests to the server.  </t>
          <t>
If not present, the client MUST assume that the default port number 5683 defined in <xref target="RFC7252"/> can be used as the destination UDP port number for individual requests to the server.</t>
        </li>
      </ul>
      <t>The CDDL notation <xref target="RFC8610"/> provided below describes the 'tp_info' CBOR array using the format defined above.</t>
      <artwork><![CDATA[
tp_info = [
       tp_id : 1,             ; UDP as transport protocol
    srv_host : #6.260(bstr),  ; IP address where to reach the server
  ? srv_port : uint / null    ; Port number where to reach the server
]
]]></artwork>
      <t>At present, 'tp_id' is expected to take only value 1 (UDP) when using forward proxies, UDP being the only currently available transport for CoAP to work over IP multicast. While additional multicast-friendly transports may be defined in the future, other current tranport protocols can still be useful in applications relying on a reverse-proxy (see <xref target="sec-reverse-proxies"/>).</t>
      <t>The rest of this section considers the new values of 'tp_id' registered by this document (see <xref target="iana-transport-protocol-identifiers"/>), and specifies:</t>
      <ul spacing="normal">
        <li>
          <t>The encoding for the elements of 'tp_info' following 'tp_id' (see <xref target="encoding-server-addressing"/>).</t>
        </li>
        <li>
          <t>The port number assumed by the client if the element 'srv_port' of 'tp_info' is not present (see <xref target="default-port-number"/>).</t>
        </li>
      </ul>
      <t>The Response-Forwarding Option is of class U in terms of OSCORE processing (see <xref section="4.1" sectionFormat="of" target="RFC8613"/>).</t>
      <section anchor="encoding-server-addressing">
        <name>Encoding of Server Address</name>
        <t>This document defines some values used as transport protocol identifiers, whose respective new entries are included in the "CoAP Transport Information" registry defined in <xref section="16.5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
        <t>For each of these values, the following table summarizes the elements specified under the "Srv Addr" and "Req Info" columns of the registry, together with their CBOR encoding and short description.</t>
        <t>While not listed here for brevity, the element 'tp_id' is always present as a CBOR integer in the element set "Srv Addr".</t>
        <artwork align="center"><![CDATA[
+----------+-------------+----------+--------------+---------------+
| 'tp_id'  | Element Set | Element  | CBOR Type    | Description   |
| Values   |             |          |              |               |
+----------+-------------+----------+--------------+---------------+
| 2, 3, 4, | Srv Addr    | srv_host | #6.260(bstr) | Address of    |
| 5, 6     |             |          |     (*)      | the server    |
|          |             +----------+--------------+---------------+
|          |             | srv_port | uint / null  | Port number   |
|          |             |          |              | of the server |
|          +-------------+----------+--------------+---------------+
|          | Req Info    | cli_host | #6.260(bstr) | Address of    |
|          |             |          |     (*)      | the client    |
|          |             +----------+--------------+---------------+
|          |             | cli_port | uint         | Port number   |
|          |             |          |              | of the client |
+----------+-------------+----------+--------------+---------------+

* The CBOR byte string is tagged and identified by the
  CBOR tag 260 "Network Address (IPv4 or IPv6 or MAC Address)".
]]></artwork>
      </section>
      <section anchor="default-port-number">
        <name>Default Values of the Server Port Number</name>
        <t>If the 'srv_port' element of the 'tp_info' array is not present, the client MUST assume the following value as port number where to send individual requests intended to the server, based on the value of 'tp_id'.</t>
        <ul spacing="normal">
          <li>
            <t>If 'tp_id' is equal to 1, i.e., CoAP over UDP, the default port number 5683 as defined in <xref target="RFC7252"/>.</t>
          </li>
          <li>
            <t>If 'tp_id' is equal to 2, i.e., CoAP over UDP secured with DTLS, the default port number 5684 as defined in <xref target="RFC7252"/>.</t>
          </li>
          <li>
            <t>If 'tp_id' is equal to 3, i.e., CoAP over TCP, the default port number 5683 as defined in <xref target="RFC8323"/>.</t>
          </li>
          <li>
            <t>If 'tp_id' is equal to 4, i.e., CoAP over TCP secured with TLS, the default port number 5684 as defined in <xref target="RFC8323"/>.</t>
          </li>
          <li>
            <t>If 'tp_id' is equal to 5, i.e., CoAP over WebSockets, the default port number 80 as defined in <xref target="RFC8323"/>.</t>
          </li>
          <li>
            <t>If 'tp_id' is equal to 6, i.e., CoAP over WebSockets secured with TLS, the default port number 443 as defined in <xref target="RFC8323"/>.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-objectives">
      <name>Requirements and Objectives</name>
      <t>In this section, the word "proxy" is not limited to forward-proxies. Instead, it comprises also reverse-proxies and HTTP-to-CoAP proxies.</t>
      <t>This document assumes that the following requirements are fulfilled.</t>
      <ul spacing="normal">
        <li>
          <t>REQ1. The proxy is explicitly configured (allow-list) to perform proxied group requests on behalf of specific allowed client(s).</t>
        </li>
        <li>
          <t>REQ2. The proxy MUST identify a client sending a unicast group request to be proxied, in order to verify whether the client is allowed-listed to do so. For example, this can rely on one of the following security associations.  </t>
          <ul spacing="normal">
            <li>
              <t>A TLS <xref target="RFC8446"/> or DTLS <xref target="RFC6347"/><xref target="RFC9147"/> channel between the client and the proxy, where the client has been authenticated during the secure channel establishment.</t>
            </li>
            <li>
              <t>A pairwise OSCORE <xref target="RFC8613"/> Security Context between the client and the proxy, as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>REQ3. If secure, end-to-end communication is required between the client and the servers in the CoAP group, exchanged messages MUST be protected by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, as discussed in <xref section="5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>. This requires the client and the servers to have previously joined the correct OSCORE group, for instance by using the approach described in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. The correct OSCORE group to join can be pre-configured or alternatively discovered, for instance by using the approach described in <xref target="I-D.tiloca-core-oscore-discovery"/>.</t>
        </li>
      </ul>
      <t>This document defines how to achieve the following objectives.</t>
      <ul spacing="normal">
        <li>
          <t>OBJ1. The proxy gets an indication from the client that the client is in fact interested in and capable to handle multiple responses to a proxied group request. With particular reference to a unicast CoAP group request sent to the proxy, this means that the client is capable to receive those responses as separate CoAP responses, each matching with the original unicast request.</t>
        </li>
        <li>
          <t>OBJ2. The proxy learns for how long it should wait for responses to a proxied group request, before starting to ignore following responses to it (except for notifications, if a CoAP Observe Option is used <xref target="RFC7641"/>).</t>
        </li>
        <li>
          <t>OBJ3. The proxy relays to the client any multiple responses to the proxied group request. With particular reference to a client's original CoAP unicast request sent to the proxy, those responses are sent to the client as separate CoAP responses, each matching with the original unicast request.</t>
        </li>
        <li>
          <t>OBJ4. The client is able to distinguish the different responses to the proxied group request, as well as their corresponding origin servers.</t>
        </li>
        <li>
          <t>OBJ5. The client is enabled to optionally contact one or more of the responding origin servers in the future, either directly or via the proxy.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-description">
      <name>Protocol Description</name>
      <t>This section specifies the steps of the signaling protocol.</t>
      <section anchor="ssec-req-send-client">
        <name>Request Sending at the Client</name>
        <t>This section defines the operations performed by the client, for sending a request targeting a group of servers via the proxy.</t>
        <section anchor="ssec-req-send-steps">
          <name>Request Sending</name>
          <t>The client proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The client prepares a unicast CoAP group request addressed to the proxy. The request specifies the group URI where the request has to be forwarded to, as a string in the Proxi-URI option or by using the Proxy-Scheme option with the group URI constructed from the URI-* options (see <xref section="3.5.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>).</t>
            </li>
            <li>
              <t>The client MUST retain the Token value used for this original unicast request beyond the reception of a first CoAP response matching with it. To this end, the client follows the same rules for Token retention defined for multicast CoAP requests in <xref section="3.1.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.  </t>
              <t>
In particular, the client picks an amount of time T that it is fine to wait for before freeing up the Token value. Specifically, the value of T MUST be such that:  </t>
              <ul spacing="normal">
                <li>
                  <t>T &lt; T_r , where T_r is the amount of time that the client is fine to wait for before potentially reusing the Token value. Note that T_r MUST NOT be less than MIN_TOKEN_REUSE_TIME defined in <xref section="3.1.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.</t>
                </li>
                <li>
                  <t>T should be at least the expected worst-case time taken by the request and response processing on the proxy and on the servers in the addressed CoAP group.</t>
                </li>
                <li>
                  <t>T should be at least the expected worst-case round-trip delay between the client and the proxy plus the worst-case round-trip delay between the proxy and any one of the origin servers.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>The client MUST include the Multicast-Timeout Option defined in <xref target="sec-multicast-timeout-option"/> into the unicast request to send to the proxy. The option value specifies an amount of time T' &lt; T. The difference (T - T') should be at least the expected worst-case round-trip time between the client and the proxy.  </t>
              <t>
The client can specify T' = 0 as option value, thus indicating to be not interested in receiving responses from the origin servers through the proxy. In such a case, the client SHOULD also include a No-Response Option <xref target="RFC7967"/> with value 26 (suppress all response codes), if it supports the option.  </t>
              <t>
Consistently, if the unicast request to send to the proxy already included a No-Response Option with value 26, the client SHOULD specify T' = 0 as value of the Multicast-Timeout Option.</t>
            </li>
            <li>
              <t>The client processes the request as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>, and also as in <xref target="I-D.ietf-core-oscore-groupcomm"/> when secure group communication is used between the client and the servers.</t>
            </li>
            <li>
              <t>The client sends the request to the proxy as a unicast CoAP message. When doing so, the client protects the request according to the security association it has with the proxy.</t>
            </li>
          </ol>
          <t>The exact method that the client uses to estimate the worst-case processing times and round-trip delays mentioned above is out of the scope of this document. However, such a method is expected to be already used by the client when generally determining an appropriate Token lifetime and reuse interval.</t>
        </section>
        <section anchor="ssec-req-send-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the client follows what is specified in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, with the difference that it sends a unicast request to the proxy, to be forwarded to the group of servers, as defined in <xref target="ssec-req-send-steps"/> of this document.</t>
          <t>Furthermore, the client especially follows what is specified in <xref section="5" sectionFormat="of" target="RFC7641"/>, i.e., it registers its interest to be an observer with the proxy, as if it was communicating with the servers.</t>
        </section>
      </section>
      <section anchor="ssec-req-proc-proxy">
        <name>Request Processing at the Proxy</name>
        <t>This section defines the operations performed by the proxy, when receiving a request to forward to a group of servers.</t>
        <section anchor="ssec-req-proc-proxy-steps">
          <name>Request Processing</name>
          <t>Upon receiving the request from the client, the proxy proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The proxy decrypts the request, according to the security association it has with the client.</t>
            </li>
            <li>
              <t>The proxy identifies the client, and verifies that the client is in fact allowed-listed to have its requests proxied to CoAP group URIs.</t>
            </li>
            <li>
              <t>The proxy verifies the presence of the Multicast-Timeout Option, as a confirmation that the client is fine to receive multiple CoAP responses matching with the same original request.  </t>
              <t>
If the Multicast-Timeout Option is not present, the proxy MUST stop processing the request and MUST reply to the client with a 4.00 (Bad Request) response. The response MUST include a Multicast-Timeout Option with an empty (zero-length) value, indicating that the Multicast-Timeout Option was missing and has to be included in the request. As per <xref section="5.9.2" sectionFormat="of" target="RFC7252"/> The response SHOULD include a diagnostic payload.</t>
            </li>
            <li>
              <t>The proxy retrieves the value T' from the Multicast-Timeout Option, and then removes the option from the client's request.</t>
            </li>
            <li>
              <t>The proxy forwards the client's request to the group of servers. In particular, the proxy sends it as a CoAP group request over IP multicast, addressed to the group URI specified by the client.</t>
            </li>
            <li>
              <t>The proxy sets a timeout with the value T' retrieved from the Multicast-Timeout Option of the original unicast request.  </t>
              <t>
In case T' &gt; 0, the proxy will ignore responses to the forwarded group request coming from servers, if received after the timeout expiration, with the exception of Observe notifications (see <xref target="ssec-resp-proc-proxy"/>).  </t>
              <t>
In case T' = 0, the proxy will ignore all responses to the forwarded group request coming from servers.</t>
            </li>
          </ol>
          <t>If the proxy supports caching of responses, it can serve the original unicast request also by using cached responses, as per <xref target="sec-proxy-caching"/>.</t>
        </section>
        <section anchor="ssec-req-proc-proxy-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the proxy takes the role of the client and registers its own interest to observe the target resource with the servers as per <xref section="5" sectionFormat="of" target="RFC7641"/>.</t>
          <t>When doing so, the proxy especially follows what is specified for the client in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, by forwarding the group request to the servers over IP multicast as defined in <xref target="ssec-req-proc-proxy-steps"/> of this document.</t>
        </section>
      </section>
      <section anchor="ssec-req-resp-proc-server">
        <name>Request and Response Processing at the Server</name>
        <t>This section defines the operations performed by the server, when receiving a group request from the proxy.</t>
        <section anchor="ssec-req-resp-proc-server-steps">
          <name>Request and Response Processing</name>
          <t>Upon receiving the request from the proxy, the server proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The server processes the group request as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>, and also as in <xref target="I-D.ietf-core-oscore-groupcomm"/> when secure group communication is used between the client and the server.</t>
            </li>
            <li>
              <t>The server processes the response to be relayed to the client as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>, and also as in <xref target="I-D.ietf-core-oscore-groupcomm"/> when secure group communication is used between the client and the server.</t>
            </li>
          </ol>
        </section>
        <section anchor="ssec-req-resp-proc-server-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the server especially follows what is specified in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> and <xref section="5" sectionFormat="of" target="RFC7641"/>.</t>
        </section>
      </section>
      <section anchor="ssec-resp-proc-proxy">
        <name>Response Processing at the Proxy</name>
        <t>This section defines the operations performed by the proxy, when receiving a response matching with a forwarded group request.</t>
        <section anchor="ssec-resp-proc-proxy-steps">
          <name>Response Processing</name>
          <t>Upon receiving a response matching with the group request before the amount of time T' has elapsed, the proxy proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The proxy MUST include the Response-Forwarding Option defined in <xref target="sec-response-forwarding-option"/> into the response. The proxy specifies as option value the addressing information of the server generating the response, encoded as defined in <xref target="sec-response-forwarding-option"/>. In particular:  </t>
              <ul spacing="normal">
                <li>
                  <t>The 'srv_addr' element of the 'srv_info' array MUST specify the server IPv6 address if the multicast request was destined for an IPv6 multicast address, and MUST specify the server IPv4 address if the multicast request was destined for an IPv4 multicast address.</t>
                </li>
                <li>
                  <t>If present, the 'srv_port' element of the 'srv_info' array MUST specify the port number of the server as the source port number of the response. This element MUST be present if the source port number of the response differs from the default port number for the transport protocol specified in the 'tp_id' element.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>The proxy forwards the response back to the client. When doing so, the proxy protects the response according to the security association it has with the client.</t>
            </li>
          </ol>
          <t>As discussed in <xref section="3.1.6" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, it is possible that a same server replies with multiple responses to the same group request, i.e., with the same Token. As long as the proxy forwards responses to a group request back to the origin client, the proxy MUST follow the steps defined above and forward also such multiple responses "as they come".</t>
          <t>Upon timeout expiration, i.e., T' seconds after having sent the group request over IP multicast, the proxy frees up its local Token value associated with that request. Thus, following late responses to the same group request will be discarded and not forwarded back to the client.</t>
        </section>
        <section anchor="ssec-resp-proc-proxy-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the proxy acts as a client registered with the servers, as described earlier in <xref target="ssec-req-proc-proxy-observe"/>.</t>
          <t>Furthermore, the proxy takes the role of a server when forwarding notifications from origin servers back to the client. To this end, the proxy follows what is specified in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> and <xref section="5" sectionFormat="of" target="RFC7641"/>, with the following additions.</t>
          <ul spacing="normal">
            <li>
              <t>At step 1 in <xref target="ssec-resp-proc-proxy"/>, the proxy includes the Response-Forwarding Option in every notification, including non-2.xx notifications resulting in removing the proxy from the list of observers of the origin server.</t>
            </li>
            <li>
              <t>The proxy frees up its Token value used for a group observation only if, after the timeout expiration, no 2.xx (Success) responses matching with the group request and also including an Observe option have been received from any origin server. After that, as long as observations are active with servers in the group for the target resource of the group request, notifications from those servers are forwarded back to the client, as defined in <xref target="ssec-resp-proc-proxy"/>, and the Token value used for the group observation is not freed during this time.</t>
            </li>
          </ul>
          <t>Finally, the proxy SHOULD regularly verify that the client is still interested in receiving observe notifications for a group observation. To this end, the proxy can rely on the same approach discussed for servers in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, with more details available in <xref section="4.5" sectionFormat="of" target="RFC7641"/>.</t>
        </section>
      </section>
      <section anchor="ssec-resp-proc-client">
        <name>Response Processing at the Client</name>
        <t>This section defines the operations performed by the client, when receiving a response matching with a request that targeted a group of servers via the proxy.</t>
        <section anchor="ssec-resp-proc-client-steps">
          <name>Response Processing</name>
          <t>Upon receiving from the proxy a response matching with the original unicast request before the amount of time T has elapsed, the client proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The client processes the response as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>. When doing so, the client decrypts the response according to the security association it has with the proxy.</t>
            </li>
            <li>
              <t>If secure group communication is used end-to-end between the client and the servers, the client processes the response resulting at the end of step 1, as defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
            </li>
            <li>
              <t>The client identifies the origin server, whose addressing information is specified as value of the Response-Forwarding Option. If the 'srv_port' element of the 'tp_info' array in the Response-Forwarding Option is not present or specifies the CBOR simple value "null" (0xf6), then the client determines the port number where to send unicast requests to the server -- in case this is needed -- as defined in <xref target="sec-response-forwarding-option"/>. In the former case, the assumed default port number depends on the transport protocol specified by the 'tp_id' element of the 'tp_info' array (see <xref target="default-port-number"/>).  </t>
              <t>
In particular, the client is able to distinguish different responses as originated by different servers. Optionally, the client may contact one or more of those servers individually, i.e., directly (bypassing the proxy) or indirectly (via a proxied unicast request).  </t>
              <t>
In order to individually reach an origin server again through the proxy, the client is not required to understand or support the transport protocol indicated in the Response-Forwarding Option, as used between the proxy and the origin server, in case it differs from "UDP" (1). That is, using the IPv4/IPv6 address value and optional port value from the Response-Forwarding Option, the client simply creates the correct URI for the individual request, by means of the Proxy-Uri or Uri-Scheme Option in the unicast request to the proxy. The client uses the transport protocol it knows, and has used before, to send the request to the proxy.</t>
            </li>
          </ol>
          <t>As discussed in <xref section="3.1.6" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, it is possible that the client receives multiple responses to the same group request, i.e., with the same Token, from the same origin server. The client normally processes at the CoAP layer each of those responses from the same origin server, and decides how to exactly handle them depending on its available context information (see <xref section="3.1.6" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>).</t>
          <t>Upon the timeout expiration, i.e., T seconds after having sent the original unicast request to the proxy, the client frees up its local Token value associated with that request. Note that, upon this timeout expiration, the Token value is not eligible for possible reuse yet (see <xref target="ssec-req-send-steps"/>). Thus, until the actual amount of time before enabling Token reusage has elapsed, any following late responses to the same request forwarded by the proxy will be discarded, as these are not matching (by Token) with any active request from the client.</t>
        </section>
        <section anchor="ssec-resp-proc-client-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the client frees up its Token value only if, after the timeout T expiration, no 2.xx (Success) responses matching with the original unicast request and also including an Observe option have been received.</t>
          <t>Instead, if at least one such response has been received, the client continues receiving those notifications as forwarded by the proxy, as long as the observation for the target resource of the original unicast request is active.</t>
        </section>
      </section>
      <section anchor="sec-workflow-example">
        <name>Example</name>
        <t>The example in this section refers to the following actors.</t>
        <ul spacing="normal">
          <li>
            <t>One origin client C, with address C_ADDR and port number C_PORT.</t>
          </li>
          <li>
            <t>One proxy P, with address P_ADDR and port number P_PORT.</t>
          </li>
          <li>
            <t>Two origin servers S1 and S2, where the server Sx has address Sx_ADDR and port number Sx_PORT.</t>
          </li>
        </ul>
        <t>The origin servers are members of a CoAP group with IP multicast address G_ADDR and port number G_PORT. Also, the origin servers are members of a same application group, and share the same resource /r.</t>
        <t>The communication between C and P is based on CoAP over UDP, as per <xref target="RFC7252"/>. The communication between P and the origin servers is based on CoAP over UDP and IP multicast, as per <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
        <t>Finally, 'bstr(X)' denotes a CBOR byte string where its value is the byte serialization of X.</t>
        <figure anchor="workflow-example">
          <name>Workflow example with a forward-proxy</name>
          <artwork><![CDATA[
C                          P                      S1           S2
|                          |                      |             |
|------------------------->|                      |             |
| Src: C_ADDR:C_PORT       |                      |             |
| Dst: P_ADDR:P_PORT       |                      |             |
| Proxi-URI {              |                      |             |
|  coap://G_ADDR:G_PORT/r  |                      |             |
| }                        |                      |             |
| Multicast-Timeout: 60    |                      |             |
|                          |                      |             |
|                          |                      |             |
|                          | Src: P_ADDR:P_PORT   |             |
|                          | Dst: G_ADDR:G_PORT   |             |
|                          | Uri-Path: /r         |             |
|                          |---------------+----->|             |
|                          |                \     |             |
|                          |                 +----------------->|
|                          |                      |             |
|                          | /* t = 0 : P starts  |             |
|                          | accepting responses  |             |
|                          | for this request */  |             |
|                          |                      |             |
|                          |                      |             |
|                          |<---------------------|             |
|                          | Src: S1_ADDR:G_PORT  |             |
|                          | Dst: P_ADDR:P_PORT   |             |
|                          |                      |             |
|                          |                      |             |
|<-------------------------|                      |             |
| Src: P_ADDR:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT       |                      |             |
| Response-Forwarding {    |                      |             |
|  [1, /*CoAP over UDP*/   |                      |             |
|   #6.260(bstr(S1_ADDR)), |                      |             |
|   null /* G_PORT */      |                      |             |
|  ]                       |                      |             |
| }                        |                      |             |
|                          |<-----------------------------------|
|                          |               Src: S2_ADDR:S2_PORT |
|                          |               Dst: P_ADDR:P_PORT   |
|                          |                      |             |
|                          |                      |             |
|                          |                      |             |
|<-------------------------|                      |             |
| Src: P_ADDR:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT       |                      |             |
| Response-Forwarding {    |                      |             |
|  [1, /*CoAP over UDP*/   |                      |             |
|   #6.260(bstr(S2_ADDR)), |                      |             |
|   S2_PORT                |                      |             |
|  ]                       |                      |             |
| }                        |                      |             |
|            /* At t = 60, P stops accepting      |             |
|            responses for this request */        |             |
|                          |                      |             |
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-reverse-proxies">
      <name>Reverse-Proxies</name>
      <t>The use of reverse-proxies in group communication scenarios is defined in <xref section="3.5.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.</t>
      <t>This section clarifies how the Multicast-Timeout Option is effective also in such a context, in order for:</t>
      <ul spacing="normal">
        <li>
          <t>The proxy to explictly reveal itself as a reverse-proxy to the client.</t>
        </li>
        <li>
          <t>The client to indicate to the proxy of being aware that it is communicating with a reverse-proxy, and for how long it is willing to receive responses to a proxied group request.</t>
        </li>
      </ul>
      <t>This practically addresses the addional issues compared to the case with a forward-proxy, as compiled in <xref section="3.5.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.
A reverse-proxy may also operate without support of the Multicast-Timeout Option, as defined in that section.</t>
      <t><xref target="sec-reverse-proxies-examples"/> provides examples with a reverse-proxy.</t>
      <section anchor="sec-reverse-proxies-client-side">
        <name>Processing on the Client Side</name>
        <t>If a client sends a CoAP request intended to a group of servers and is aware of actually communicating with a reverse-proxy, then the client SHOULD perform the steps defined in <xref target="ssec-req-send-steps"/>. In particular, this results in a request sent to the proxy including a Multicast-Timeout Option.</t>
        <t>An exception is the case where the reverse-proxy has a pre-configured timeout value T_PROXY, as the default timeout value to use for when to stop accepting responses from the servers, after the reception of the original unicast request from the client. In this case, a client aware of such a configuration MAY omit the Multicast-Timeout Option in the request sent to the proxy.</t>
        <t>The client processes the CoAP responses forwarded back by the proxy as defined in <xref target="ssec-resp-proc-client"/>.</t>
      </section>
      <section anchor="sec-reverse-proxies-proxy-side">
        <name>Processing on the Proxy Side</name>
        <t>If the proxy receives a CoAP request and determines that it should be forwarded to a group of servers over IP multicast, then the proxy performs the steps defined in <xref target="ssec-req-proc-proxy"/>.</t>
        <t>In particular, when such a request does not include a Multicast-Timeout Option, the proxy SHOULD explicitly reveal itself as a reverse-proxy, by sending a 4.00 (Bad Request) response including a Multicast-Timeout Option with empty (zero-length) value.</t>
        <t>An exception is the case where the reverse-proxy has a pre-configured timeout value T_PROXY, as default timeout value to use for when to stop accepting responses from the servers, after the reception of the original unicast request from the client. In this case, the proxy MAY replace the steps 3 and 4 in <xref target="ssec-req-proc-proxy-steps"/> with the following step.</t>
        <t>A.  The proxy verifies the presence of the Multicast-Timeout Option, as a confirmation that the client is willing to receive multiple CoAP responses matching with the same original request. Then, the proxy performs the following actions.</t>
        <ul spacing="normal">
          <li>
            <t>If the Multicast-Timeout Option is present, the proxy retrieves the value T' from the Multicast-Timeout Option, and then removes the option from the client's request. That is, the timeout value indicated in the option overrides the pre-configured timeout value T_PROXY.</t>
          </li>
          <li>
            <t>If the Multicast-Timeout option is not present, the proxy checks that, according to its local configuration, both the following conditions hold for the client (which, at this point, has been successfully authenticated).  </t>
            <ul spacing="normal">
              <li>
                <t>COND_1 : The client is aware of the default timeout value T_PROXY pre-configured at the proxy.</t>
              </li>
              <li>
                <t>COND_2 : The client is able to process multiple responses to the same request.</t>
              </li>
            </ul>
            <t>
These conditions are expected to hold for clients that are locally registered at the proxy, successfully authenticated and allowed-listed to have their requests proxied to CoAP group URIs.  </t>
            <t>
If the proxy is able to successfully assert that both the two conditions hold, then the proxy considers the value T' as equal to T_PROXY and proceeds to step 5.  </t>
            <t>
If the proxy is not able to successfully assert that both the two conditions hold, the proxy MUST stop processing the request and MUST reply to the client with a 4.00 (Bad Request) response. The response MUST include a Multicast-Timeout Option with an empty (zero-length) value, indicating that the Multicast-Timeout Option was missing and has to be included in the request. As per <xref section="5.9.2" sectionFormat="of" target="RFC7252"/> The response SHOULD include a diagnostic payload.</t>
          </li>
        </ul>
        <t>The proxy processes the CoAP responses forwarded back to the client as defined in <xref target="ssec-resp-proc-proxy"/>.</t>
      </section>
    </section>
    <section anchor="sec-proxy-caching">
      <name>Caching</name>
      <t>A proxy MAY cache responses to a group request, as defined in <xref section="5.7.1" sectionFormat="of" target="RFC7252"/>. In particular, the same rules apply to determine the set of request options used as "Cache-Key", and to determine the max-age values offered for responses served from the cache.</t>
      <t>A cache entry is associated with one server and stores one response from that server, regardless whether it is a response to a unicast request or to a group request. The following two types of requests can produce a hit to a cache entry.</t>
      <ul spacing="normal">
        <li>
          <t>A matching request intended to that server, i.e., to the corresponding unicast URI.  </t>
          <t>
When the stored response is a response to a unicast request to the server, the unicast URI of the matching request is the same target URI used for the original unicast request.  </t>
          <t>
When the stored response is a response to a group request to the CoAP group, the unicast URI of the matching request is the target URI obtained by replacing the authority part of the group URI in the original group request with the transport-layer source address and port number of the response.</t>
        </li>
        <li>
          <t>A matching group request intended to the CoAP group, i.e., to the corresponding group URI.  </t>
          <t>
That is, a matching group request produces a hit to multiple cache entries, each of which associated with one of the CoAP servers currently member of the CoAP group.  </t>
          <t>
Note that, as per the freshness model defined in <xref target="sec-proxy-caching-freshness"/>, the proxy might serve a group request exclusively from its cached responses only when it knows all the CoAP servers that are current members of the CoAP group and it has a valid cache entry for each of them.</t>
        </li>
      </ul>
      <t>When forwarding a GET or FETCH group request to the servers in the CoAP group, the proxy behaves like a CoAP client as defined in <xref section="3.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, with the following additions.</t>
      <ul spacing="normal">
        <li>
          <t>As discussed in <xref target="ssec-resp-proc-proxy-steps"/>, the proxy can receive multiple responses to the same group request from a same origin server, and forwards them back to the origin client "as they come". When this happens, each of such multiple responses is stored in the cache entry associated with the server "as it comes", possibly replacing an already stored response from that server.</t>
        </li>
        <li>
          <t>As discussed in <xref target="sec-group-caching"/>, when communications in the group are secured with Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, additional means are required to enable cacheability of responses at the proxy.</t>
        </li>
      </ul>
      <t>The following subsections define the freshness model and validation model that the proxy uses for cached responses.</t>
      <section anchor="sec-proxy-caching-freshness">
        <name>Freshness Model</name>
        <t>The proxy relies on the same freshness model defined in <xref section="3.2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, by taking the role of a CoAP client with respect to the servers in the CoAP group.</t>
        <t>In particular, when receiving a unicast group request from the client, the proxy MAY serve it by using exclusively cached responses without forwarding the group request to the servers in the CoAP group, but only if both the following conditions hold.</t>
        <ul spacing="normal">
          <li>
            <t>The proxy knows all the CoAP servers that are currently members of the CoAP group for which the group request is intended to.</t>
          </li>
          <li>
            <t>The proxy's cache currently stores a fresh response for each of those CoAP servers.</t>
          </li>
        </ul>
        <t>The specific way that the proxy uses to determine the CoAP servers currently members of the target CoAP group is out of scope for this document. As possible examples, the proxy can synchronize with a group manager server; rely on well-known time patterns used in the application or in the network for the addition of new CoAP group members; observe group join requests or IGMP/MLD multicast group join messages, e.g., if embedded in a multicast router.</t>
        <t>When forwarding the group request to the servers, the proxy may have fresh responses stored in its cache for (some of) those servers. In such a case, the proxy uses (also) those cached responses to serve the original unicast group request, as defined below.</t>
        <ul spacing="normal">
          <li>
            <t>The request processing in <xref target="ssec-req-proc-proxy-steps"/> is extended as follows.  </t>
            <t>
After setting the timeout with value T' &gt; 0 in step 6, the proxy checks whether its cache currently stores fresh responses to the group request. For each of such responses, the proxy compares the residual lifetime L of the corresponding cache entry against the value T'.  </t>
            <t>
If a cached response X is such that L &lt; T', then the proxy forwards X back to the client at its earliest convenience. Otherwise, the proxy does not forward X back to the client right away, and rather waits for approaching the timeout expiration, as discussed in the next point.</t>
          </li>
          <li>
            <t>The response processing in <xref target="ssec-resp-proc-proxy-steps"/> is extended as follows.  </t>
            <t>
Before the timeout with original value T' &gt; 0 expires and the proxy stops accepting responses to the group request, the proxy checks whether it stores in its cache any fresh response X to the group request such that both the following conditions hold.  </t>
            <ul spacing="normal">
              <li>
                <t>The cache entry E storing X was already existing when the proxy forwarded the group request.</t>
              </li>
              <li>
                <t>The proxy has received no response to the forwarded group request from the server associated with E.</t>
              </li>
            </ul>
            <t>
Then, the proxy sends back to the client each response X stored in its cache and selected as above, before the timeout expires.  </t>
            <t>
Note that, from the forwarding of the group request until the timeout expiration, the proxy still forwards responses to the group request back to the client "as they come" (see <xref target="ssec-resp-proc-proxy-steps"/>). Also, such responses possibly refresh older responses from the same servers that the proxy has stored in its cache, as defined earlier in <xref target="sec-proxy-caching"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-proxy-caching-validation">
        <name>Validation Model</name>
        <t>This section defines the revalidation of responses, separately between the proxy and the origin servers, as well as between the origin client and the proxy.</t>
        <section anchor="sec-proxy-caching-validation-p-s-unicast">
          <name>Proxy-Servers Revalidation with Unicast Requests</name>
          <t>The proxy MAY revalidate a cached response by making a GET or FETCH request on the related unicast request URI, i.e., by taking the role of a CoAP client with respect to a server in the CoAP group.</t>
          <t>As discussed in <xref target="sec-group-caching"/>, this is however not possible for the proxy if communications in the group are secured end-to-end between origin client and origin servers by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>[ TODO</t>
          <t>It can be actually possible to enable revalidation of responses between proxy and server, also in this case where Group OSCORE is used end-to-end between client and origin servers.</t>
          <t>Fundamentally, this requires to define the possible use of the ETag option also as an outer option for OSCORE. Thus, in addition to the normal inner ETag, a server can add also an outer ETag option intended to the proxy.</t>
          <t>Since validation of responses assumes that cacheability of responses is possible in the first place, it would be convenient to define the use of ETag as outer option in <xref target="I-D.amsuess-core-cachable-oscore"/>.</t>
          <t>In case OSCORE is also used between the proxy and an individual origin server as per <xref target="I-D.tiloca-core-oscore-capable-proxies"/>, then the outer ETag option would be seamlessly protected with the OSCORE Security Context shared between the proxy and the origin server.</t>
          <t>The following text can be used to replace the last paragraph above.</t>
          <t> </t>
          <t>As discussed in <xref target="sec-group-caching"/>, the following applies when Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> is used to secure communications end-to-end between the origin client and the origin servers in the group.</t>
          <ul spacing="normal">
            <li>
              <t>Additional means are required to enable cacheability of responses at the proxy (see <xref target="sec-det-req"/>).</t>
            </li>
            <li>
              <t>If a cached response included an outer ETag option intended to the proxy, then the proxy can perform revalidatation of the cached response, by making a request to the unicast URI targeting the server, and including outer ETag Option(s).  </t>
              <t>
This is possible also in case the proxy and the origin server use OSCORE to further protect the exchanged request and response, as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>. In such a case, the originally outer ETag option is protected with the OSCORE Security Context shared between the proxy and the origin server, before transferring the message over the communication leg between the proxy and origin server.</t>
            </li>
          </ul>
          <t>]</t>
        </section>
        <section anchor="sec-proxy-caching-validation-p-s">
          <name>Proxy-Servers Revalidation with Group Requests</name>
          <t>When forwarding a group request to the servers in the CoAP group, the proxy MAY revalidate one or more stored responses that it has cached.</t>
          <t>To this end, the proxy relies on the same validation model defined in <xref section="3.2.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> and using the ETag Option, by taking the role of a CoAP client with respect to the servers in the CoAP group.</t>
          <t>As discussed in <xref target="sec-group-caching"/>, this is however not possible for the proxy if communications in the group are secured end-to-end between origin client and origin servers by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>[ TODO</t>
          <t>See the notes in <xref target="sec-proxy-caching-validation-p-s-unicast"/>.</t>
          <t>The following text can be used to replace the last paragraph above.</t>
          <t> </t>
          <t>As discussed in <xref target="sec-group-caching"/>, the following applies when Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> is used to secure communications end-to-end between the origin client and the origin servers in the group.</t>
          <ul spacing="normal">
            <li>
              <t>Additional means are required to enable cacheability of responses at the proxy (see <xref target="sec-det-req"/>).</t>
            </li>
            <li>
              <t>If a cached response included an outer ETag option intended to the proxy, then the proxy can perform revalidatation of the cached response, by making a request to the group URI targeting the CoAP group, and including outer ETag Option(s).  </t>
              <t>
This is possible also in case the proxy and the origin servers use Group OSCORE to further protect the exchanged request and response, as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>. In such a case, the originally outer ETag option is protected with the Group OSCORE Security Context shared between the proxy and the origin server, before transferring the message over the communication leg between the proxy and origin server.</t>
            </li>
          </ul>
          <t>]</t>
        </section>
      </section>
      <section anchor="sec-proxy-caching-validation-c-p">
        <name>Client-Proxy Revalidation with Group Requests</name>
        <t>A client MAY revalidate the full set of responses to a group request by leveraging the corresponding cache entries at the proxy. To this end, this document defines the new Group-ETag Option.</t>
        <t>The Group-ETag Option has the properties summarized in <xref target="fig-response-group-etag-option"/>, which extends Table 4 of <xref target="RFC7252"/>. The Group-ETag Option is elective, safe to forward, part of the cache key, and repeatable.</t>
        <t>The option is intended for group requests sent to a proxy to be forwarded to the servers in a CoAP group, as well as for the associated responses.</t>
        <figure anchor="fig-response-group-etag-option">
          <name>The Group-ETag Option.</name>
          <artwork align="center"><![CDATA[
+------+---+---+---+---+------------+--------+--------+---------+
| No.  | C | U | N | R | Name       | Format | Length | Default |
+------+---+---+---+---+------------+--------+--------+---------+
|      |   |   |   |   |            |        |        |         |
| TBD3 |   |   |   | x | Group-ETag | opaque |  1-8   | (none)  |
|      |   |   |   |   |            |        |        |         |
+------+---+---+---+---+------------+--------+--------+---------+
           C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable
]]></artwork>
        </figure>
        <t>The Group-ETag Option has the same properties of the ETag Option defined in <xref section="5.10.6" sectionFormat="of" target="RFC7252"/>.</t>
        <t>The Group-ETag Option is of class U in terms of OSCORE processing (see <xref section="4.1" sectionFormat="of" target="RFC8613"/>).</t>
        <t>A proxy MUST NOT provide this form of validation if it is not in a position to serve a group request by using exclusively cached responses, i.e., without sending the group request to the servers in the CoAP group (see <xref target="sec-proxy-caching-freshness"/>).</t>
        <t>If the proxy supports this form of response revalidation, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>The proxy defines J as a joint set including all the cache entries currently storing fresh responses that satisfy a group request. A set J is "complete" if it includes a valid cache entry for each of the CoAP servers currently members of the CoAP group.</t>
          </li>
          <li>
            <t>When the set J becomes "complete", the proxy assigns it an entity-tag value. The proxy MUST update the current entity-tag value, when J is "complete" and one of its cache entry is updated.</t>
          </li>
          <li>
            <t>When forwarding to the client a 2.05 (Content) response to a GET or FETCH group request, the proxy MAY include one Group-ETag Option, in case the set J is "complete". Such a response MUST NOT include more than one Group-ETag Option. The option value specifies the entity-tag value currently associated with the set J.</t>
          </li>
        </ul>
        <t>When sending to the proxy a GET or FETCH request to be forwarded to the servers in the CoAP group, the client MAY include one or more Group-ETag Options. Each option specifies one entity-tag value, applicable to the set J of cache entries that can be hit by the group request.</t>
        <t>The proxy MAY perform the following actions, in case the group request produces a hit to the cache entry of each CoAP server currently member of the CoAP group, i.e., the set J associated with the group request is "complete".</t>
        <ul spacing="normal">
          <li>
            <t>The proxy checks whether the current entity-tag value of the set J matches with one of the entity-tag values specified in the Group-ETag Options of the unicast group request from the client.</t>
          </li>
          <li>
            <t>In case of positive match, the proxy replies with a single 2.03 (Valid) response. This response has no payload and MUST include one Group-ETag Option, specifying the current entity-tag value of the set J.</t>
          </li>
        </ul>
        <t>That is, the 2.03 (Valid) response from the proxy indicates to the client that the stored responses idenfied by the entity-tag given in the response's Group-ETag Option can be reused, after updating each of them as described in <xref section="5.9.1.3" sectionFormat="of" target="RFC7252"/>. In effect, the client can determine if any of the stored representations from the respective cache entries at the proxy is current, without needing to transfer any of them again.</t>
      </section>
      <section anchor="sec-group-caching">
        <name>Caching of End-To-End Protected Responses at Proxies</name>
        <t>When using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> to protect communications end-to-end between a client and multiple servers in the group, it is normally not possible for an intermediary proxy to cache protected responses.</t>
        <t>In fact, when starting from the same plain CoAP message, different clients generate different protected requests to send on the wire. This prevents different clients to generate potential cache hits, and thus makes response caching at the proxy pointless.</t>
        <section anchor="sec-det-req">
          <name>Deterministic Requests to Achieve Cacheability</name>
          <t>For application scenarios that use secure group communication, it is still possible to achieve cacheability of responses at proxies, by using the approach defined in <xref target="I-D.amsuess-core-cachable-oscore"/> which is based on Deterministic Requests protected with the pairwise mode of Group OSCORE. This approach is limited to group requests that are safe (in the RESTful sense) to process and do not yield side effects at the server. As for any protected group request, it requires the clients and all the servers in the CoAP group to have already joined the correct OSCORE group.</t>
          <t>Starting from the same plain CoAP request, this allows different clients in the OSCORE group to deterministically generate a same request protected with Group OSCORE, which is sent to the proxy for being forwarded to the CoAP group. The proxy can now effectively cache the resulting responses from the servers in the CoAP group, since the same plain CoAP request will result again in the same Deterministic Request and thus will produce a cache hit.</t>
          <t>When caching of Group OSCORE secured responses is enabled at the proxy, the same as defined in <xref target="sec-proxy-caching"/> applies, with respect to cache entries and their lifetimes.</t>
          <t>Note that different Deterministic Requests result in different cache entries at the proxy. This includes the case where different plain group requests differ only in their set of ETag Options, as defined in <xref section="3.2.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.</t>
          <t>That is, even though the servers would produce the same plain CoAP responses in reply to two different Deterministic Requests, those will result in different protected responses to each respective Deterministic Request, hence in different cache entries at the proxy.</t>
          <t>Thus, given a plain group request, a client needs to reuse the same set of ETag Options, in order to send that group request as a Deterministic Request that can actually produce a cache hit at the proxy. However, while this would prevent the caching at the proxy to be inefficient and unnecessarily redundant, it would also limit the flexibility of end-to-end response revalidation for a client.</t>
        </section>
        <section anchor="chap-sec-group-caching-validation">
          <name>Validation of Responses</name>
          <t>Response revalidation remains possible end-to-end between the client and the servers in the group, by means of including inner ETag Option(s) as defined in Sections <xref target="I-D.ietf-core-groupcomm-bis" section="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-core-groupcomm-bis" section="3.2.2" sectionFormat="bare"/> of <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
          <t>Furthermore, it remains possible for a client to attempt revalidating responses to a group request from a "complete" set of cache entries at the proxy, by using the Group-ETag Option as defined in <xref target="sec-proxy-caching-validation-c-p"/>.</t>
          <t>When directly interacting with the servers in the CoAP group to refresh its cache entries, the proxy cannot rely on response revalidation anymore. This applies to both the case where the request is addressed to a single server and sent to the related unicast URI (see <xref target="sec-proxy-caching-validation-p-s-unicast"/>) or instead is a group request addressed to the CoAP group and sent to the related group URI (see <xref target="sec-proxy-caching-validation-p-s"/>).</t>
          <t>[ TODO</t>
          <t>See the notes in <xref target="sec-proxy-caching-validation-p-s-unicast"/>.</t>
          <t>The following text can be used to replace the last paragraph above.</t>
          <t> </t>
          <t>When directly interacting with the servers in the CoAP group to refresh its cache entries, the proxy also remains able to perform response revalidation. That is, if a cached response included an outer ETag option intended to the proxy, then the proxy can perform revalidatation of the cached response, by making a request to the unicast URI addressed to a single server and sent to the related unicast URI (see <xref target="sec-proxy-caching-validation-p-s-unicast"/>) or a group request addressed to the CoAP group and sent to the related group URI (see <xref target="sec-proxy-caching-validation-p-s"/>).</t>
          <t>]</t>
        </section>
      </section>
    </section>
    <section anchor="sec-proxy-chain">
      <name>Chain of Proxies</name>
      <t>A client may be interested to access a resource at a group of origin servers which is reached through a chain of two or more proxies.</t>
      <t>That is, these proxies are configured into a chain, where each non-last proxy is configured to forward (group) requests to the next hop towards the origin servers. Also, each non-first proxy is configured to forward back responses to (the previous hop proxy towards) the origin client.</t>
      <t>This section specifies how the signaling protocol defined in <xref target="sec-description"/> is used in that setting. Except for the last proxy before the origin servers, every other proxy in the chain takes the role of client with respect to the next hop towards the origin servers. Also, every proxy in the chain except the first takes the role of server towards the previous proxy closer to the origin client.</t>
      <t>Accordingly, possible caching of responses at each proxy works as defined in <xref target="sec-proxy-caching"/> and <xref target="sec-group-caching"/>. Also, possible revalidation of responses cached ad each proxy and based on the Group-ETag option works as defined in <xref target="sec-proxy-caching-validation-c-p"/> and <xref target="chap-sec-group-caching-validation"/>.</t>
      <t>The requirements REQ1 and REQ2 defined in <xref target="sec-objectives"/> MUST be fulfilled for each proxy in the chain. That is, every proxy in the chain has to be explicitly configured (allow-list) to allow proxied group requests from specific senders, and MUST identify those senders upon receiving their group request. For the first proxy in the chain, that sender is the origin client. For each other proxy in the chain, that sender is the previous hop proxy closer to the origin client. In either case, a proxy can identify the sender of a group request by the same means mentioned in <xref target="sec-objectives"/>.</t>
      <section anchor="sec-proxy-chain-request-processing">
        <name>Request Processing at the Proxy</name>
        <t>Upon receiving a group request to be forwarded to a CoAP group URIs, a proxy proceed as follows.</t>
        <t>If the proxy is the last one in the chain, i.e., it is the last hop before the origin servers, the proxy performs the steps defined in <xref target="ssec-req-proc-proxy"/>, with no modifications.</t>
        <t>Otherwise, the proxy performs the steps defined in <xref target="ssec-req-proc-proxy"/>, with the following differences.</t>
        <ul spacing="normal">
          <li>
            <t>At steps 1-3, "client" refers to the origin client for the first proxy in the chain; or to the previous hop proxy closer to the origin client, otherwise.</t>
          </li>
          <li>
            <t>At step 4, the proxy rather performs the following actions.  </t>
            <ol spacing="normal" type="1"><li>
                <t>The proxy retrieves the value T' from the Multicast-Timeout Option, and does not remove the option.</t>
              </li>
              <li>
                <t>In case T' &gt; 0, the proxy picks an amount of time T it is fine to wait for before freeing up its local Token value to use with the next hop towards the origin servers. To this end, the proxy MUST follow what is defined at step 2 of <xref target="ssec-req-send-steps"/> for the origin client, with the following differences.      </t>
                <ul spacing="normal">
                  <li>
                    <t>T MUST be greater than the retrieved value T', i.e., T' &lt; T.</t>
                  </li>
                  <li>
                    <t>The worst-case message processing time takes into account all the next hops towards the origin servers, as well as the origin servers themselves.</t>
                  </li>
                  <li>
                    <t>The worst-case round-trip delay takes into account all the legs between the proxy and the origin servers.</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>In case T' &gt; 0, the proxy replaces the value of the Multicast-Timeout Option with a new value T'', such that:      </t>
                <ul spacing="normal">
                  <li>
                    <t>T'' &lt; T. The difference (T - T'') should be at least the expected worst-case round-trip time between the proxy and the next hop towards the origin servers.</t>
                  </li>
                  <li>
                    <t>T'' &lt; T'. The difference (T' - T'') should be at least the expected worst-case round-trip time between the proxy and the (previous hop proxy closer to the) origin client.</t>
                  </li>
                </ul>
                <t>
If the proxy is not able to determine a value T'' that fulfills both the requirements above, the proxy MUST stop processing the request and MUST respond with a 5.05 (Proxying Not Supported) error response to the previous hop proxy closer to the origin client. The proxy SHOULD include a Multicast-Timeout Option, set to the minimum value T' that would be acceptable in the Multicast-Timeout Option of a group request to forward.      </t>
                <t>
Upon receiving such an error response, any proxy in the chain MAY send an updated group request to the next hop towards the origin servers, specifying in the Multicast-Timeout Option a value T' greater than in the previous request. If this does not happen, the proxy receiving the error response MUST also send a 5.05 (Proxying Not Supported) error response to the previous hop proxy closer to the origin client. Like the received one, also this error response SHOULD include a Multicast-Timeout Option, set to the minimum value T' acceptable by the proxy sending the error response.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>At step 5, the proxy forwards the request to the next hop towards the origin servers.</t>
          </li>
          <li>
            <t>At step 6, the proxy sets a timeout with the value T' retrieved from the
Multicast-Timeout Option of the request received from the (previous hop proxy closer to the) origin client.  </t>
            <t>
In case T' &gt; 0, the proxy will ignore responses to the forwarded group request coming from the (next hop towards the) origin servers, if received after the timeout expiration, with the exception of Observe notifications (see <xref target="ssec-resp-proc-proxy"/>).  </t>
            <t>
In case T' = 0, the proxy will ignore all responses to the forwarded group request coming from the (next hop towards the) origin servers.</t>
          </li>
        </ul>
        <section anchor="sec-proxy-chain-request-processing-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, what is defined in <xref target="ssec-req-proc-proxy-observe"/> applies for the last proxy in the chain, i.e., the last hop before the origin servers.</t>
          <t>Any other proxy in the chain acts as a client and registers its own interest to observe the target resource with the next hop towards the origin servers, as per <xref section="5" sectionFormat="of" target="RFC7641"/>.</t>
        </section>
      </section>
      <section anchor="sec-proxy-chain-response-processing">
        <name>Response Processing at the Proxy</name>
        <t>Upon receiving a response matching with the group request before the amount of time T' has elapsed, the proxy proceeds as follows.</t>
        <t>If the proxy is the last one in the chain, i.e., it is the last hop before the origin servers, the proxy performs the steps defined in <xref target="ssec-resp-proc-proxy"/>, with no modifications.</t>
        <t>Otherwise, the proxy performs the steps defined in <xref target="ssec-resp-proc-proxy"/>, with the following differences.</t>
        <ul spacing="normal">
          <li>
            <t>The proxy skips step 1. In particular, the proxy MUST NOT remove, alter or replace the Response-Forwarding Option.</t>
          </li>
          <li>
            <t>At step 2, "client" refers to the origin client for the first proxy in the chain; or to the previous hop proxy closer to the origin client, otherwise.</t>
          </li>
        </ul>
        <t>As to the possible reception of multiple responses to the same group request from the same (next hop proxy towards the) origin server, the same as defined in <xref target="ssec-resp-proc-proxy-steps"/> applies. That is, as long as the proxy forwards responses to a group request back to the (previous hop proxy closer to the) origin client, the proxy MUST follow the steps above and forward also such multiple responses "as they come".</t>
        <t>Upon timeout expiration, i.e., T seconds after having forwarded the group request to the next hop towards the origin servers, the proxy frees up its local Token value associated with that request. Thus, following late responses to the same group request will be discarded and not forwarded back to the (previous hop proxy closer to the) origin client.</t>
        <section anchor="sec-proxy-chain-response-processing-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, what is defined in <xref target="ssec-resp-proc-proxy-observe"/> applies for the last proxy in the chain, i.e., the last hop before the origin servers.</t>
          <t>As to any other proxy in the chain, the following applies.</t>
          <ul spacing="normal">
            <li>
              <t>The proxy acts as a client registered with the next hop towards the origin servers, as described earlier in <xref target="sec-proxy-chain-request-processing-observe"/>.</t>
            </li>
            <li>
              <t>The proxy takes the role of a server when forwarding notifications from the next hop to the origin servers back to the (previous hop proxy closer to the) origin client, as per <xref section="5" sectionFormat="of" target="RFC7641"/>.</t>
            </li>
            <li>
              <t>The proxy frees up its Token value used for a group observation only if, after the timeout expiration, no 2.xx (Success) responses matching with the group request and also including an Observe option have been received from the next hop towards the origin servers. After that, as long as the observation for the target resource of the group request is active with the next hop towards the origin servers in the group, notifications from that hop are forwarded back to the (previous hop proxy closer to the) origin client, as defined in <xref target="sec-proxy-chain-response-processing"/>.</t>
            </li>
            <li>
              <t>The proxy SHOULD regularly verify that the (previous hop proxy closer to the) origin client is still interested in receiving observe notifications for a group observation. To this end, the proxy can rely on the same approach defined in <xref section="4.5" sectionFormat="of" target="RFC7641"/>.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="sec-http-coap-proxies">
      <name>HTTP-CoAP Proxies</name>
      <t>This section defines the components needed to use the signaling protocol specified in this document, when an HTTP client wishes to send a group request to the servers of a CoAP group, via an HTTP-CoAP cross-proxy.</t>
      <t>The following builds on the mapping of the CoAP request/response model to HTTP and vice versa as defined in <xref section="10" sectionFormat="of" target="RFC7252"/>, as well as on the additional details about the HTTP-CoAP mapping defined in <xref target="RFC8075"/>.</t>
      <t>Furthermore, the components defined in <xref section="11" sectionFormat="of" target="RFC8613"/> are also used to map and transport OSCORE-protected messages over HTTP. This allows an HTTP client to use Group OSCORE end-to-end with the servers in the CoAP group.</t>
      <section anchor="sec-multicast-timeout-header">
        <name>The HTTP Multicast-Timeout Header Field</name>
        <t>The HTTP Multicast-Timeout header field (see <xref target="iana-message-headers"/>) is used for carrying the content otherwise specified in the CoAP Multicast-Timeout Option defined in <xref target="sec-multicast-timeout-option"/>.</t>
        <t>Using the Augmented Backus-Naur Form (ABNF) notation of <xref target="RFC5234"/> and including the core ABNF syntax rule DIGIT (decimal digits) defined by that specification, the HTTP Multicast-Timeout header field value is as follows.</t>
        <t>Multicast-Timeout = *DIGIT</t>
        <t>When translating a CoAP message into an HTTP message, the HTTP Multicast-Timeout header field is set with the content of the CoAP Multicast-Timeout Option, or is left empty in case the option is empty.</t>
        <t>The same applies in the opposite direction, when translating an HTTP message into a CoAP message.</t>
      </section>
      <section anchor="sec-response-forwarding-header">
        <name>The HTTP Response-Forwarding Header Field</name>
        <t>The HTTP Response-Forwarding header field (see <xref target="iana-message-headers"/>) is used for carrying the content otherwise specified in the CoAP Response-Forwarding Option defined in <xref target="sec-response-forwarding-option"/>.</t>
        <t>Using the Uniform Resource Identifier (URI) syntax components defined in <xref target="RFC3986"/>, the HTTP Response-Forwarding header field value is as follows.</t>
        <t>scheme = &lt;scheme, see <xref section="3.1" sectionFormat="of" target="RFC3986"/>&gt;</t>
        <t>authority = &lt;authority, see <xref section="3.2" sectionFormat="of" target="RFC3986"/>&gt;</t>
        <t>Response-Forwarding = scheme "://" authority</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>
            <t>The scheme component indicates the URI scheme otherwise specified in the CoAP Response-Forwarding Option, as per the 'tp_id' element of the 'tp_info' array (see <xref target="sec-response-forwarding-option"/>). That is, the 'tp_id' element with integer value 1 results in the scheme "coap".</t>
          </li>
          <li>
            <t>The authority component indicates the URI authority otherwise specified in the CoAP Response-Forwarding Option, as per the 'srv_host' and 'srv_port' elements of the 'tp_info' array (see <xref target="sec-response-forwarding-option"/>).</t>
          </li>
        </ul>
        <t>When translating a CoAP message into an HTTP message, the HTTP Response-Forwarding header field is set to the URI specified in the CoAP Response-Forwarding Option, as per the rules defined above. In particular, consistently with what is defined in <xref target="sec-response-forwarding-option"/>:</t>
        <ul spacing="normal">
          <li>
            <t>If the 'srv_port' element of the 'tp_info' array is present and specifies the CBOR simple value "null" (0xf6), the URI authority of the header field includes the same port number that was specified in the group URI where the group request was forwarded.</t>
          </li>
          <li>
            <t>If the 'srv_port' element of the 'tp_info' array is not present, the URI authority of the header field includes the default port number for the transport protocol specified by the 'tp_id' element of the 'tp_info' array, as per <xref target="default-port-number"/>.</t>
          </li>
        </ul>
        <t>When translating an HTTP message into a CoAP message, the CoAP Response-Forwarding Option is set to the URI specified by the HTTP Response-Forwarding header field. In particular, the URI is encoded according to the format specified in <xref target="sec-response-forwarding-option"/>.</t>
      </section>
      <section anchor="sec-group-etag-header">
        <name>The HTTP Group-ETag Header Field</name>
        <t>The HTTP Group-ETag header field (see <xref target="iana-message-headers"/>) is used for carrying the content otherwise specified in the CoAP Group-ETag Option defined in <xref target="sec-proxy-caching-validation-c-p"/>.</t>
        <t>Using the Augmented Backus-Naur Form (ABNF) notation of <xref target="RFC5234"/> and including the following core ABNF syntax rules defined by that specification: ALPHA (letters) and DIGIT (decimal digits), the HTTP Group-ETag header field value is as follows.</t>
        <t>group-etag-char = ALPHA / DIGIT / "-" / "_"</t>
        <t>Group-ETag = 2*group-etag-char</t>
        <t>When translating a CoAP message into an HTTP message, the HTTP Group-ETag header field is set to the value of the CoAP Group-ETag Option in base64url (see <xref section="5" sectionFormat="of" target="RFC4648"/>) encoding without padding. Implementation notes for this encoding are given in <xref section="C" sectionFormat="of" target="RFC7515"/>.</t>
        <t>When translating an HTTP message into a CoAP message, the CoAP Group-ETag Option is set to the value of the HTTP Group-ETag header field decoded from base64url (see <xref section="5" sectionFormat="of" target="RFC4648"/>) without padding. Implementation notes for this encoding are given in <xref section="C" sectionFormat="of" target="RFC7515"/>.</t>
      </section>
      <section anchor="sec-cross-proxies-client-req">
        <name>Request Sending at the Client</name>
        <t>The client proceeds according to the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>The client prepares an HTTP request to send to the proxy via IP unicast, and to be forwarded by the proxy to the targeted group of CoAP servers over IP multicast. With reference to <xref section="5" sectionFormat="of" target="RFC8075"/>, the request is addressed to a Hosting HTTP URI, such that the proxy can extract the Target CoAP URI as the group URI where to forward the request.</t>
          </li>
          <li>
            <t>The client determines the amount of time T that it is fine to wait for a response to the request from the proxy. Then, the client determines the amount of time T' &lt; T, where the difference (T - T') should be at least the expected worst-case round-trip time between the client and the proxy.</t>
          </li>
          <li>
            <t>If Group OSCORE is used end-to-end between the client and the servers, the client translates the HTTP request into a CoAP request, as per <xref target="RFC8075"/>. Then, the client protects the resulting CoAP request by using Group OSCORE, as defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>. Finally, the protected CoAP request is mapped to HTTP as defined in <xref section="11.2" sectionFormat="of" target="RFC8613"/>. Later on, the resulting HTTP request MUST be sent in compliance with the rules in <xref section="11.1" sectionFormat="of" target="RFC8613"/>.</t>
          </li>
          <li>
            <t>The client includes the HTTP Multicast-Timeout header field in the request, specifying T' as its value. The client can specify T' = 0, thus indicating to be not interested in receiving responses from the origin servers through the proxy.</t>
          </li>
          <li>
            <t>If the client wishes to revalidate responses to a previous group request from the corresponding cache entries at the proxy (see <xref target="sec-proxy-caching-validation-c-p"/>), the client includes one or multiple HTTP Group-ETag header fields in the request (see <xref target="sec-group-etag-header"/>), each specifying an entity-tag value like they would in a corresponding CoAP Group E-Tag option.</t>
          </li>
          <li>
            <t>The client sends the request to the proxy, as a unicast HTTP message. In particular, the client protects the request according to the security association it has with the proxy.</t>
          </li>
        </ol>
      </section>
      <section anchor="sec-cross-proxies-proxy-req">
        <name>Request Processing at the Proxy</name>
        <t>The proxy translates the HTTP request to a CoAP request, as per <xref target="RFC8075"/>. The additional rules for HTTP messages with the HTTP Multicast-Timeout header field and HTTP Group-ETag header field are defined in <xref target="sec-multicast-timeout-header"/> and <xref target="sec-group-etag-header"/>, respectively.</t>
        <t>Once translated the HTTP request into a CoAP request, the proxy MUST perform the steps defined in <xref target="ssec-req-proc-proxy"/>. If the proxy supports caching of responses, it can serve the unicast request also by using cached responses as per <xref target="sec-proxy-caching"/>, considering the CoAP request above as the potentially matching request.</t>
        <t>In addition, in case the HTTP Multicast-Timeout header field had value 0, the proxy replies to the client with an HTTP response with status code 204 (No Content), right after forwarding the group request to the group of servers.</t>
      </section>
      <section anchor="sec-cross-proxies-proxy-resp">
        <name>Response Processing at the Proxy</name>
        <t>Upon receiving a CoAP response matching with the group request before the amount of time T' &gt; 0 has elapsed, the proxy includes the Response-Forwarding Option in the response, as per step 1 of <xref target="ssec-resp-proc-proxy-steps"/>. Then, the proxy translates the CoAP response to an HTTP response, as per <xref section="10.1" sectionFormat="of" target="RFC7252"/> and <xref target="RFC8075"/>, as well as <xref section="11.2" sectionFormat="of" target="RFC8613"/> if Group OSCORE is used end-to-end between the client and servers. The additional rules for CoAP messages specifying the Response-Forwarding Option are defined in <xref target="sec-response-forwarding-header"/>.</t>
        <t>After that, the proxy stores the resulting HTTP response until the timeout with original value T' &gt; 0 expires. If, before then, the proxy receives another response to the same group request from the same CoAP server, the proxy performs the steps above, and stores the resulting HTTP response by superseding the currently stored one from that server.</t>
        <t>When the timout expires, if no responses have been received from the servers, the proxy replies to the client's original unicast group request with an HTTP response with status code 204 (No Content).</t>
        <t>Otherwise, the proxy relays to the client all the collected and stored HTTP responses to the group request, according to the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>The proxy prepares a single HTTP batch response, which MUST have 200 (OK) status code and MUST have its HTTP Content-Type header field with value multipart/mixed <xref target="RFC2046"/>.</t>
          </li>
          <li>
            <t>For each stored individual HTTP response RESP, the proxy prepares a corresponding batch part to include in the HTTP batch response, such that:  </t>
            <ul spacing="normal">
              <li>
                <t>The batch part has its own HTTP Content-Type header field with value application/http <xref target="RFC9112"/>.</t>
              </li>
              <li>
                <t>The body of the batch part is the individual HTTP response RESP, including its status code, headers and body.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The proxy includes each batch part prepared at step 2 in the HTTP batch response.</t>
          </li>
          <li>
            <t>The proxy replies to the client's original unicast group request, by sending the HTTP batch response. When doing so, the proxy protects the response according to the security association it has with the client.</t>
          </li>
        </ol>
      </section>
      <section anchor="sec-cross-proxies-client-resp">
        <name>Response Processing at the Client</name>
        <t>When it receives an HTTP response as a reply to the original unicast group request, the client proceeds as follows.</t>
        <ol spacing="normal" type="1"><li>
            <t>The client decrypts the response, according to the security association it has with the proxy.</t>
          </li>
          <li>
            <t>From the resulting HTTP batch response, the client extracts the different batch parts.</t>
          </li>
          <li>
            <t>From each of the extracted batch parts, the client extracts the body as one of the individual HTTP response RESP.</t>
          </li>
          <li>
            <t>For each individual HTTP response RESP, the client performs the following steps.  </t>
            <ul spacing="normal">
              <li>
                <t>If Group OSCORE is used end-to-end between the client and servers, the client translates the HTTP response RESP into a CoAP response, as per <xref section="11.3" sectionFormat="of" target="RFC8613"/>. Then, the client decrypts the resulting CoAP response by using Group OSCORE, as defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>. Finally, the decrypted CoAP response is mapped to HTTP as per <xref section="10.2" sectionFormat="of" target="RFC7252"/> as well as <xref target="RFC8075"/>. The additional rules for HTTP messages with the HTTP Response-Forwarding header field are defined in <xref target="sec-response-forwarding-header"/>.</t>
              </li>
              <li>
                <t>The client delivers to the application the individual HTTP response.</t>
              </li>
            </ul>
            <t>
Similarly to step 3 in <xref target="ssec-resp-proc-client-steps"/>, the client identifies the origin server that originated the CoAP response correspoding to the HTTP response RESP, by means of its addressing information specified as value of the HTTP Response-Forwarding header field. This allows the client to distinguish different individual HTTP responses as corresponding to different CoAP responses from the servers in the CoAP group.</t>
          </li>
        </ol>
      </section>
      <section anchor="sec-cross-proxies-example">
        <name>Example</name>
        <t>The examples in this section build on <xref target="sec-workflow-example"/>, with the difference that the origin client C is an HTTP client and the proxy P is an HTTP-CoAP cross-proxy. The examples are simply illustrative and are not to be intended as a test vector.</t>
        <t>The following is an example of unicast group request sent by C to P. The URI mapping and notation are based on the "Simple Form" defined in <xref section="5.4.1" sectionFormat="of" target="RFC8075"/>.</t>
        <artwork><![CDATA[
POST https://proxy.url/hc/?target_uri=coap://G_ADDR:G_PORT/ HTTP/1.1
Content-Length: <REQUEST_TOTAL_CONTENT_LENGTH>
Content-Type: text/plain
Multicast-Timeout: 60

Body: Do that!
]]></artwork>
        <t> </t>
        <t>The following is an example of HTTP batch response sent by P to C, as a reply to the client's original unicast group request.</t>
        <artwork><![CDATA[
HTTP/1.1 200 OK
Content-Length: <BATCH_RESPONSE_TOTAL_CONTENT_LENGTH>
Content-Type: multipart/mixed; boundary=batch_foo_bar

--batch_foo_bar
Content-Type: application/http

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: <INDIVIDUAL_RESPONSE_1_CONTENT_LENGTH>
Response-Forwarding: coap://S1_ADDR:G_PORT

Body: Done!
--batch_foo_bar
Content-Type: application/http

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: <INDIVIDUAL_RESPONSE_2_CONTENT_LENGTH>
Response-Forwarding: coap://S2_ADDR:S2_PORT

Body: More than done!
--batch_foo_bar--
]]></artwork>
      </section>
      <section anchor="sec-resp-streaming">
        <name>Streamed Delivery of Responses to the Client</name>
        <t>[ TODO</t>
        <t>The proxy might still be able to forward back individual responses to the client in a streamed fashion.</t>
        <t>Individual responses can be forwarded back one by one as they come (like a CoAP-to-CoAP proxy does), or as soon as a certain amount of them have been received from the servers.</t>
        <t>This can be achieved by combining the Content-Type multipart/mixed used in the previous sections with the Transfer-Coding "chunked" specified in RFC 9112.</t>
        <t>The above applies to HTTP 1.1, while HTTP/2 has its own mechanisms for data streaming.</t>
        <t>]</t>
      </section>
      <section anchor="sec-reverse-proxies-http-to-coap">
        <name>Reverse-Proxies</name>
        <t>In case an HTTP-to-CoAP proxy acts specifically as a reverse-proxy, the same principles defined in <xref target="sec-reverse-proxies"/> applies, as specified below.</t>
        <section anchor="sec-reverse-proxies-client-side-http">
          <name>Processing on the Client Side</name>
          <t>If an HTTP client sends a request intended to a group of servers and is aware of actually communicating with a reverse-proxy, then the client SHOULD perform the steps defined in <xref target="sec-cross-proxies-client-req"/>. In particular, this results in a request sent to the proxy including a Multicast-Timeout header field.</t>
          <t>An exception is the case where the reverse-proxy has a pre-configured timeout value T_PROXY, as the default timeout value to use for when to stop accepting responses from the servers, after the reception of the original unicast request from the client. In this case, a client aware of such a configuration MAY omit the Multicast-Timeout header field in the request sent to the proxy.</t>
          <t>The client processes the HTTP response forwarded back by the proxy as defined in <xref target="sec-cross-proxies-client-resp"/>.</t>
        </section>
        <section anchor="sec-reverse-proxies-proxy-side-http">
          <name>Processing on the Proxy Side</name>
          <t>If the proxy receives a request and determines that it should be forwarded to a group of servers over IP multicast, then the same as defined in <xref target="sec-cross-proxies-proxy-req"/> applies, with the following difference.</t>
          <t>Once translated the HTTP request into a CoAP request, the proxy performs what is defined in <xref target="sec-reverse-proxies-proxy-side"/>. Note that, in this case, the condition COND_2 always holds, since the proxy is going to send to the client at most one response, i.e., the HTTP batch response (see <xref target="sec-cross-proxies-proxy-resp"/>).</t>
          <t>The proxy processes the HTTP response sent to the client as defined in <xref target="sec-cross-proxies-proxy-resp"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations from <xref target="RFC7252"/><xref target="I-D.ietf-core-groupcomm-bis"/><xref target="RFC8613"/><xref target="I-D.ietf-core-oscore-groupcomm"/> hold for this document.</t>
      <t>When a chain of proxies is used (see <xref target="sec-proxy-chain"/>), the secure communication between any two adjacent hops is independent.</t>
      <t>When Group OSCORE is used for end-to-end secure group communication between the origin client and the origin servers, this security association is unaffected by the possible presence of a proxy or a chain of proxies.</t>
      <t>Furthermore, the following additional considerations hold.</t>
      <section anchor="sec-security-considerations-client-auth">
        <name>Client Authentication</name>
        <t>As per the requirement REQ2 (see <xref target="sec-objectives"/>), the client has to authenticate to the proxy when sending a group request to forward. This leverages an established security association between the client and the proxy, that the client uses to protect the group request, before sending it to the proxy.</t>
        <t>If the group request is (also) protected end-to-end between the client and the servers using the group mode of Group OSCORE, the proxy can act as external signature checker (see <xref section="8.5" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) and authenticate the client by successfully verifying the signature embedded in the group request. However, this requires that, for each client to authenticate, the proxy stores the authentication credential and public key included therin used by that client in the OSCORE group. This in turn would require a form of active synchronization between the proxy and the Group Manager for that group <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>Nevertheless, the client and the proxy SHOULD still rely on a full-fledged pairwise secure association. In addition to ensuring the integrity of group requests sent to the proxy (see <xref target="sec-security-considerations-opt1"/>, <xref target="sec-security-considerations-opt2"/> and <xref target="sec-security-considerations-opt3"/>), this prevents the proxy from forwarding replayed group requests with a valid signature, as possibly injected by an active, on-path adversary.</t>
        <t>The same considerations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
      </section>
      <section anchor="sec-security-considerations-opt1">
        <name>Multicast-Timeout Option</name>
        <t>The Multicast-Timeout Option is of class U for OSCORE <xref target="RFC8613"/>. Hence, also when Group OSCORE is used between the client and the servers <xref target="I-D.ietf-core-oscore-groupcomm"/>, a proxy is able to access the option value and retrieve the timeout value T', as well as to remove the option altogether before forwarding the group request to the servers. When a chain of proxies is used (see <xref target="sec-proxy-chain"/>), this also allows each proxy but the last one in the chain to update the option value, as an indication for the next hop towards the origin servers (see <xref target="sec-proxy-chain-request-processing"/>).</t>
        <t>The security association between the client and the proxy MUST provide message integrity, so that further intermediaries between the two as well as on-path active adversaries are not able to remove the option or alter its content, before the group request reaches the proxy. Removing the option would otherwise result in not forwarding the group request to the servers. Instead, altering the option content would result in the proxy accepting and forwarding back responses for an amount of time different than the one actually indicated by the client.</t>
        <t>The security association between the client and the proxy SHOULD also provide message confidentiality. Otherwise, any further intermediaries between the two as well as any on-path passive adversaries would be able to simply access the option content, and thus learn for how long the client is willing to receive responses from the servers in the group via the proxy. This may in turn be used to perform a more efficient, selective suppression of responses from the servers.</t>
        <t>When the client protects the unicast request sent to the proxy using OSCORE (see <xref target="I-D.tiloca-core-oscore-capable-proxies"/>) and/or (D)TLS, both message integrity and message confidentiality are achieved in the leg between the client and the proxy.</t>
        <t>The same considerations above about security associations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
      </section>
      <section anchor="sec-security-considerations-opt2">
        <name>Response-Forwarding Option</name>
        <t>The Response-Forwarding Option is of class U for OSCORE <xref target="RFC8613"/>. Hence, also when Group OSCORE is used between the client and the servers <xref target="I-D.ietf-core-oscore-groupcomm"/>, the proxy that has forwarded the group request to the servers is able to include the option into a server response, before forwarding this response back to the (previous hop proxy closer to the) origin client.</t>
        <t>Since the security association between the client and the proxy provides message integrity, any further intermediaries between the two as well as any on-path active adversaries are not able to undetectably remove the Response-Forwarding Option from a forwarded server response. This ensures that the client can correctly distinguish the different responses and identify their corresponding origin server.</t>
        <t>When the proxy protects the response forwarded back to the client using OSCORE (see <xref target="I-D.tiloca-core-oscore-capable-proxies"/>) and/or (D)TLS, message integrity is achieved in the leg between the client and the proxy.</t>
        <t>The same considerations above about security associations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
      </section>
      <section anchor="sec-security-considerations-opt3">
        <name>Group-ETag Option</name>
        <t>The Group-ETag Option is of class U for OSCORE <xref target="RFC8613"/>. Hence, also when Group OSCORE is used between the client and the servers <xref target="I-D.ietf-core-oscore-groupcomm"/>, a proxy is able to access the option value and use it to possibly perform response revalidation at its cache entries associated with the servers in the CoAP group, as well as to remove the option altogether before forwarding the group request to the servers. When a chain of proxies is used (see <xref target="sec-proxy-chain"/>), this also allows each proxy but the last one in the chain to update the option value, to possibly ask the next hop towards the origin servers to perform response revalidation at its cache entries.</t>
        <t>The security association between the client and the proxy MUST provide message integrity, so that further intermediaries between the two as well as on-path active adversaries are not able to remove the option or alter its content, before the group request reaches the proxy. Removing the option would otherwise result in the proxy not performing response revalidation at its cache entries associated with the servers in the CoAP group, even though that was what the client asked for.</t>
        <t>Altering the option content in a group request would result in the proxy replying with 2.05 (Content) responses conveying the full resource representations from its cache entries, rather than with a single 2.03 (Valid) response. Instead, altering the option content in a 2.03 (Valid) or 2.05 (Content) response would result in the client wrongly believing that the already stored or the just received representation, respectively, is also the current one, as per the entity value of the tampered Group-ETag Option.</t>
        <t>The security association between the client and the proxy SHOULD also provide message confidentiality. Otherwise, any further intermediaries between the two as well as any on-path passive adversaries would be able to simply access the option content, and thus learn the rate and pattern according to which the group resource in question changes over time, as inferable from the entity values read over time.</t>
        <t>When the client protects the unicast request sent to the proxy using OSCORE (see <xref target="I-D.tiloca-core-oscore-capable-proxies"/>) and/or (D)TLS, both message integrity and message confidentiality are achieved in the leg between the client and the proxy.</t>
        <t>The same considerations above about security associations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
        <t>When caching of Group OSCORE secured responses is enabled at the proxy, the same as defined in <xref target="sec-proxy-caching"/> applies, with respect to cache entries and the way they are maintained.</t>
      </section>
      <section anchor="sec-http-coap-proxies-sec-con">
        <name>HTTP-to-CoAP Proxies</name>
        <t>Consistently with what is discussed in <xref target="sec-security-considerations-client-auth"/>, an HTTP client has to authenticate to the HTTP-to-CoAP proxy, and they SHOULD rely on a full-fledged pairwise secure association. This can rely on a TLS <xref target="RFC8446"/> channel as also recommended in <xref section="12.1" sectionFormat="of" target="RFC8613"/> for when OSCORE is used with HTTP, or on a pairwise OSCORE <xref target="RFC8613"/> Security Context between the client and the proxy as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>.</t>
        <t>[ TODO</t>
        <t>Revisit security considerations from <xref target="RFC8075"/></t>
        <t>]</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <section anchor="iana-coap-options">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to enter the following option numbers to the "CoAP Option Numbers" registry within the "CoRE Parameters" registry group.</t>
        <artwork align="center"><![CDATA[
+--------+---------------------+-------------------+
| Number |        Name         |     Reference     |
+--------+---------------------+-------------------+
|  TBD1  | Multicast-Timeout   | [[this document]] |
+--------+---------------------+-------------------+
|  TBD2  | Response-Forwarding | [[this document]] |
+--------+---------------------+-------------------+
|  TBD3  |     Group-ETag      | [[this document]] |
+--------+---------------------+-------------------+
]]></artwork>
      </section>
      <section anchor="iana-transport-protocol-identifiers">
        <name>CoAP Transport Information Registry</name>
        <t>IANA is asked to add the following entries to the "CoAP Transport Information" registry defined in <xref section="16.5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
        <artwork align="center"><![CDATA[
+------------+-------------+-------+----------+-----------+-----------+
| Transport  | Description | Value | Srv Addr | Req Info  | Reference |
| Protocol   |             |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
| UDP        | UDP with    | 2     | tp_id    |  token    | [This     |
| secured    | DTLS is     |       | srv_host |  cli_host | document] |
| with DTLS  | used as per |       | srv_port | ?cli_port |           |
|            | RFC8323     |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
| TCP        | TCP is used | 3     | tp_id    |  token    | [This     |
|            | as per      |       | srv_host |  cli_host | document] |
|            | RFC8323     |       | srv_port | ?cli_port |           |
+------------+-------------+-------+----------+-----------+-----------+
| TCP        | TCP with    | 4     | tp_id    |  token    | [This     |
| secured    | TLS is      |       | srv_host |  cli_host | document] |
| with TLS   | used as per |       | srv_port | ?cli_port |           |
|            | RFC8323     |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
| WebSockets | WebSockets  | 5     | tp_id    |  token    | [This     |
|            | are used as |       | srv_host |  cli_host | document] |
|            | per RFC8323 |       | srv_port | ?cli_port |           |
+------------+-------------+-------+----------+-----------+-----------+
| WebSockets | WebSockets  | 6     | tp_id    |  token    | [This     |
| secured    | with TLS    |       | srv_host |  cli_host | document] |
| with TLS   | are used as |       | srv_port | ?cli_port |           |
|            | per RFC8323 |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
]]></artwork>
      </section>
      <section anchor="iana-message-headers">
        <name>Header Field Registrations</name>
        <t>IANA is asked to enter the following HTTP header fields to the "Message Headers" registry.</t>
        <artwork align="center"><![CDATA[
+---------------------+----------+----------+-----------+
| Header Field Name   | Protocol | Status   | Reference |
+---------------------+----------+----------+-----------+
| Multicast-Timeout   | http     | standard | [This     |
|                     |          |          | document] |
+---------------------+----------+----------+-----------+
| Response-Forwarding | http     | standard | [This     |
|                     |          |          | document] |
+---------------------+----------+----------+-----------+
| Group-ETag          | http     | standard | [This     |
|                     |          |          | document] |
+---------------------+----------+----------+-----------+
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-10"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="2" month="September" year="2023"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of CoAP messages exchanged between members of a group, e.g.,
   sent over IP multicast.  In particular, the described protocol
   defines how OSCORE is used in a group communication setting to
   provide source authentication for CoAP group requests, sent by a
   client to multiple servers, and for protection of the corresponding
   CoAP responses.  Group OSCORE also defines a pairwise mode where each
   member of the group can efficiently derive a symmetric pairwise key
   with any other member of the group for pairwise OSCORE communication.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-20"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-07"/>
        </reference>
        <reference anchor="RFC2046">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This second document defines the general structure of the MIME media typing system and defines an initial set of media types. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2046"/>
          <seriesInfo name="DOI" value="10.17487/RFC2046"/>
        </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="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </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="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8075">
          <front>
            <title>Guidelines for Mapping Implementations: HTTP to the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Castellani" initials="A." surname="Castellani"/>
            <author fullname="S. Loreto" initials="S." surname="Loreto"/>
            <author fullname="A. Rahman" initials="A." surname="Rahman"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="E. Dijk" initials="E." surname="Dijk"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This document provides reference information for implementing a cross-protocol network proxy that performs translation from the HTTP protocol to the Constrained Application Protocol (CoAP). This will enable an HTTP client to access resources on a CoAP server through the proxy. This document describes how an HTTP request is mapped to a CoAP request and how a CoAP response is mapped back to an HTTP response. This includes guidelines for status code, URI, and media type mappings, as well as additional interworking advice.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8075"/>
          <seriesInfo name="DOI" value="10.17487/RFC8075"/>
        </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="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9112">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document specifies the HTTP/1.1 message syntax, message parsing, connection management, and related security concerns.</t>
              <t>This document obsoletes portions of RFC 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="99"/>
          <seriesInfo name="RFC" value="9112"/>
          <seriesInfo name="DOI" value="10.17487/RFC9112"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.bormann-coap-misc">
          <front>
            <title>Miscellaneous additions to CoAP</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universitaet Bremen TZI</organization>
            </author>
            <author fullname="Klaus Hartke" initials="K." surname="Hartke">
              <organization>Universitaet Bremen TZI</organization>
            </author>
            <date day="14" month="November" year="2014"/>
            <abstract>
              <t>   This short I-D makes a number of partially interrelated proposals how
   to solve certain problems in the CoRE WG's main protocol, the
   Constrained Application Protocol (CoAP).  The current version has
   been resubmitted to keep information about these proposals available;
   the proposals are not all fleshed out at this point in time.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-coap-misc-27"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-discovery">
          <front>
            <title>Discovery of OSCORE Groups with the CoRE Resource Directory</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>Consultant</organization>
            </author>
            <date day="8" month="September" year="2023"/>
            <abstract>
              <t>   Group communication over the Constrained Application Protocol (CoAP)
   can be secured by means of Group Object Security for Constrained
   RESTful Environments (Group OSCORE).  At deployment time, devices may
   not know the exact security groups to join, the respective Group
   Manager, or other information required to perform the joining
   process.  This document describes how a CoAP endpoint can use
   descriptions and links of resources registered at the CoRE Resource
   Directory to discover security groups and to acquire information for
   joining them through the respective Group Manager.  A given security
   group may protect multiple application groups, which are separately
   announced in the Resource Directory as sets of endpoints sharing a
   pool of resources.  This approach is consistent with, but not limited
   to, the joining of security groups based on the ACE framework for
   Authentication and Authorization in constrained environments.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-discovery-14"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-07"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-capable-proxies">
          <front>
            <title>OSCORE-capable Proxies</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) can be
   used to protect CoAP messages end-to-end between two endpoints at the
   application layer, also in the presence of intermediaries such as
   proxies.  This document defines how to use OSCORE for protecting CoAP
   messages also between an origin application endpoint and an
   intermediary, or between two intermediaries.  Also, it defines how to
   secure a CoAP message by applying multiple, nested OSCORE
   protections, e.g., both end-to-end between origin application
   endpoints, as well as between an application endpoint and an
   intermediary or between two intermediaries.  Thus, this document
   updates RFC 8613.  The same approach can be seamlessly used with
   Group OSCORE, for protecting CoAP messages when group communication
   with intermediaries is used.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-capable-proxies-07"/>
        </reference>
        <reference anchor="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC7515">
          <front>
            <title>JSON Web Signature (JWS)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures. Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification. Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7515"/>
          <seriesInfo name="DOI" value="10.17487/RFC7515"/>
        </reference>
        <reference anchor="RFC7967">
          <front>
            <title>Constrained Application Protocol (CoAP) Option for No Server Response</title>
            <author fullname="A. Bhattacharyya" initials="A." surname="Bhattacharyya"/>
            <author fullname="S. Bandyopadhyay" initials="S." surname="Bandyopadhyay"/>
            <author fullname="A. Pal" initials="A." surname="Pal"/>
            <author fullname="T. Bose" initials="T." surname="Bose"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>There can be machine-to-machine (M2M) scenarios where server responses to client requests are redundant. This kind of open-loop exchange (with no response path from the server to the client) may be desired to minimize resource consumption in constrained systems while updating many resources simultaneously or performing high-frequency updates. CoAP already provides Non-confirmable (NON) messages that are not acknowledged by the recipient. However, the request/response semantics still require the server to respond with a status code indicating "the result of the attempt to understand and satisfy the request", per RFC 7252.</t>
              <t>This specification introduces a CoAP option called 'No-Response'. Using this option, the client can explicitly express to the server its disinterest in all responses against the particular request. This option also provides granular control to enable expression of disinterest to a particular response class or a combination of response classes. The server MAY decide to suppress the response by not transmitting it back to the client according to the value of the No-Response option in the request. This option may be effective for both unicast and multicast requests. This document also discusses a few examples of applications that benefit from this option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7967"/>
          <seriesInfo name="DOI" value="10.17487/RFC7967"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <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>
      </references>
    </references>
    <section anchor="sec-reverse-proxies-examples">
      <name>Examples with Reverse-Proxy</name>
      <t>The examples in this section refer to the following actors.</t>
      <ul spacing="normal">
        <li>
          <t>One origin client C, with address C_ADDR and port number C_PORT.</t>
        </li>
        <li>
          <t>One proxy P, with address P_ADDR and server port number P_PORT.</t>
        </li>
        <li>
          <t>Two origin servers S1 and S2, where the server Sx has address Sx_ADDR and port number Sx_PORT.</t>
        </li>
      </ul>
      <t>The origin servers are members of a CoAP group with IP multicast address G_ADDR and port number G_PORT. Also, the origin servers are members of a same application group, and share the same resource /r.</t>
      <t>The communication between C and P is based on CoAP over TCP, as per <xref target="RFC8323"/>. The group communication between P and the origin servers is based on CoAP over UDP and IP multicast, as per <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
      <t>Finally, 'bstr(X)' denotes a CBOR byte string where its value is the byte serialization of X.</t>
      <section anchor="sec-reverse-proxies-examples-ex1">
        <name>Example 1</name>
        <t>The example shown in <xref target="workflow-example-reverse-1"/> considers a reverse-proxy P that provides access to both the whole group of servers {S1,S2} and also to each of those servers individually. The client C may not have a way to reach the servers directly (e.g., P is acting as a firewall). After the client C has received two responses to its group request sent via the proxy, it selects one server (S1) and requests another resource from it in unicast, again via the proxy.</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>
            <t>The client C encodes the group URI 'coap://group1.com/r' within the URI path of its request to P. This encoding follows the "default mapping" defined in <xref section="5.3" sectionFormat="of" target="RFC8075"/> for HTTP-to-CoAP proxies, but now applied to a CoAP-to-CoAP proxy. The proxy P decodes the embedded group URI from the request.</t>
          </li>
          <li>
            <t>The client's request URI path starts with '/cp', which is the resource on P that provides the CoAP proxy function. Since C in this example constructs the URI in its request including this resource '/cp', it is aware that is requesting to a proxy.</t>
          </li>
          <li>
            <t>Because the embedded group URI omits the CoAP port, P infers G_PORT to be the default port 5683 for the 'coap' scheme.</t>
          </li>
          <li>
            <t>The hostname 'p.example.com' resolves to the proxy's unicast IPv6 address P_ADDR.</t>
          </li>
          <li>
            <t>The hostname 'group1.com' resolves to the IPv6 multicast address G_ADDR. The proxy P performs this resolution upon receiving the request from C. P constructs the group request and sends it to the CoAP group at G_ADDR:G_PORT.</t>
          </li>
          <li>
            <t>Typically S1_PORT and S2_PORT will be equal to G_PORT, but a server Sx is allowed to reply to the multicast request from another port number not equal to G_PORT. For this reason, the notation Sx_PORT is used.</t>
          </li>
        </ul>
        <t>Note that this type of reverse-proxy only requires one unicast IP address (P_ADDR) for the proxy, so it is well scalable to a large number of servers Sx. The type of reverse-proxy in the example in <xref target="sec-reverse-proxies-examples-ex2"/> requires an additional IP address for each server Sx and also for each CoAP group that it supports.</t>
        <figure anchor="workflow-example-reverse-1">
          <name>Workflow example with reverse-proxy that processes an embedded group URI in a client's request</name>
          <artwork><![CDATA[
C                              P                      S1           S2
|                              |                      |             |
|----------------------------->| /* C embeds the      |             |
| Src: C_ADDR:C_PORT           | group URI into its   |             |
| Dst: p.example.com:P_PORT    | request to the       |             |
| Uri-Path:                    | proxy */             |             |
|     /cp/coap://group1.com/r  |                      |             |
| Multicast-Timeout: 60        |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: G_ADDR:G_PORT   |             |
|                              | Uri-Path: /r         |             |
|                              |---------------+----->|             |
|                              |                \     |             |
|                              |                 +----------------->|
|                              |                      |             |
|                              |                      |             |
|                              | /* t = 0 : P starts  |             |
|                              | accepting responses  |             |
|                              | for this request */  |             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: p.example.com:P_PORT    |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(S1_ADDR)),     |                      |             |
|   S1_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |                      |             |
|                              |<-----------------------------------|
|                              |               Src: S2_ADDR:S2_PORT |
|                              |               Dst: P_ADDR:P_PORT   |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: p.example.com:P_PORT    |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(S2_ADDR)),     |                      |             |
|   S2_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                /* At t = 60, P stops accepting      |             |
|                responses for this request */        |             |
|                              |                      |             |
|                              |                      |             |
|----------------------------->| /* Request intended  |             |
| Src: C_ADDR:C_PORT           | only to S1, via      |             |
| Dst: p.example.com:P_PORT    | proxy P */           |             |
| Uri-Path: /cp/coap://        |                      |             |
|         [S1_ADDR]:S1_PORT/r2 |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: S1_ADDR:S1_PORT |             |
|                              | Uri-Path: /r2        |             |
|                              |--------------------->|             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|<-----------------------------|                      |             |
|          Src: P_ADDR:P_PORT  |                      |             |
|          Dst: C_ADDR:C_PORT  |                      |             |
|                              |                      |             |
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-reverse-proxies-examples-ex2">
        <name>Example 2</name>
        <t>The example shown in <xref target="workflow-example-reverse-2"/> considers a reverse-proxy that stands in for both the whole group of servers {S1,S2} and for each of those servers Sx. The client C may not have a way to reach the servers directly (e.g., P is acting as a firewall). After the client C has received two responses to its group request sent via the proxy, it selects one server (S1) and requests at a later time the same resource from it in unicast, again via the proxy.</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>
            <t>The hostname 'group1.com' resolves to the unicast address P_ADDR. The proxy forwards an incoming request to that address, for any resource i.e., URI path, towards the CoAP group at G_ADDR:G_PORT leaving the URI path unchanged.</t>
          </li>
          <li>
            <t>The address Dx_ADDR and port number Dx_PORT are used by the proxy, which forwards an incoming request to that address towards the server at Sx_ADDR:Sx_PORT. The different Dx_ADDR are effectively 'proxy IP addresses' used to provide access to the servers.</t>
          </li>
        </ul>
        <t>Note that this type of reverse-proxy implementation requires the proxy to use (potentially) a large number of distinct IP addresses, hence it is not very scalable. Instead, the type of reverse-proxy shown in the example in <xref target="sec-reverse-proxies-examples-ex1"/> uses only one IPv6 unicast address to provide access to all servers and all CoAP groups.</t>
        <figure anchor="workflow-example-reverse-2">
          <name>Workflow example with reverse-proxy standing in for both the whole group of servers and each individual server</name>
          <artwork><![CDATA[
C                              P                      S1           S2
|                              |                      |             |
|----------------------------->| /* C is not aware    |             |
| Src: C_ADDR:C_PORT           | that P is in fact    |             |
| Dst: group1.com:P_PORT       | a reverse-proxy */   |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| 4.00 Bad Request             |                      |             |
| Multicast-Timeout: (empty)   |                      |             |
| Payload: "Please use         |                      |             |
|     Multicast-Timeout"       |                      |             |
|                              |                      |             |
|----------------------------->|                      |             |
| Src: C_ADDR:C_PORT           |                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Multicast-Timeout: 60        |                      |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: G_ADDR:G_PORT   |             |
|                              | Uri-Path: /r         |             |
|                              |---------------+----->|             |
|                              |                \     |             |
|                              |                 +----------------->|
|                              |                      |             |
|                              |                      |             |
|                              | /* t = 0 : P starts  |             |
|                              | accepting responses  |             |
|                              | for this request */  |             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(D1_ADDR)),     |                      |             |
|   D1_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |<-----------------------------------|
|                              |               Src: S2_ADDR:S2_PORT |
|                              |               Dst: P_ADDR:P_PORT   |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(D2_ADDR)),     |                      |             |
|   D2_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                /* At t = 60, P stops accepting      |             |
|                responses for this request */        |             |
|                              |                      |             |
...                           ... /* time passes */  ...          ...
|                              |                      |             |
|----------------------------->| /* Request intended  |             |
| Src: C_ADDR:C_PORT           | only to S1 for same  |             |
| Dst: D1_ADDR:D1_PORT         | resource /r */       |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: S1_ADDR:S1_PORT |             |
|                              | Uri-Path: /r         |             |
|                              |--------------------->|             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|<-----------------------------|                      |             |
|         Src: D1_ADDR:D1_PORT |                      |             |
|         Dst: C_ADDR:C_PORT   |                      |             |
|                              |                      |             |
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-reverse-proxies-examples-ex3">
        <name>Example 3</name>
        <t>The example shown in <xref target="workflow-example-reverse-3"/> builds on the example in <xref target="sec-reverse-proxies-examples-ex2"/>.</t>
        <t>However, it considers a reverse-proxy that stands in for only the whole group of servers, but not for each individual server Sx.</t>
        <t>The final exchange between C and S1 occurs with CoAP over UDP.</t>
        <figure anchor="workflow-example-reverse-3">
          <name>Workflow example with reverse-proxy standing in for only the whole group of servers, but not for each individual server</name>
          <artwork><![CDATA[
C                              P                      S1           S2
|                              |                      |             |
|----------------------------->| /* C is not aware    |             |
| Src: C_ADDR:C_PORT           | that P is in fact    |             |
| Dst: group1.com:P_PORT       | a reverse-proxy */   |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| 4.00 Bad Request             |                      |             |
| Multicast-Timeout: (empty)   |                      |             |
| Payload: "Please use         |                      |             |
|     Multicast-Timeout"       |                      |             |
|                              |                      |             |
|                              |                      |             |
|----------------------------->|                      |             |
| Src: C_ADDR:C_PORT           |                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Multicast-Timeout: 60        |                      |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: G_ADDR:G_PORT   |             |
|                              | Uri-Path: /r         |             |
|                              |---------------+----->|             |
|                              |                \     |             |
|                              |                 +----------------->|
|                              |                      |             |
|                              |                      |             |
|                              | /* t = 0 : P starts  |             |
|                              | accepting responses  |             |
|                              | for this request */  |             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [1, /*CoAP over UDP*/       |                      |             |
|   #6.260(bstr(S1_ADDR)),     |                      |             |
|   S1_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |<-----------------------------------|
|                              |               Src: S2_ADDR:S2_PORT |
|                              |               Dst: P_ADDR:P_PORT   |
|                              |                      |             |
|<-----------------------------|                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [1, /*CoAP over UDP*/       |                      |             |
|   #6.260(bstr(S2_ADDR)),     |                      |             |
|   S2_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |                      |             |
|                /* At t = 60, P stops accepting      |             |
|                responses for this request */        |             |
|                              |                      |             |
...         ...        /* time passes */             ...          ...
|                              |                      |             |
|---------------------------------------------------->|             |
| Src: C_ADDR:C_PORT           | /* Request intended  |             |
| Dst: S1.ADDR:S1_PORT         | only to S1 for same  |             |
| Uri-Path: /r                 | resource /r */       |             |
|                              |                      |             |
|<----------------------------------------------------|             |
|         Src: S1.ADDR:S1_PORT |                      |             |
|         Dst: C_ADDR:C_PORT   |                      |             |
|                              |                      |             |
]]></artwork>
        </figure>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank Christian Amsuess, Jim Schaad and Goeran Selander for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
