<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 3.3.3) -->
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-httpapi-ratelimit-headers-08" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title>RateLimit header fields for HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpapi-ratelimit-headers-08"/>
    <author initials="R." surname="Polli" fullname="Roberto Polli">
      <organization>Team Digitale, Italian Government</organization>
      <address>
        <postal>
          <country>Italy</country>
        </postal>
        <email>robipolli@gmail.com</email>
      </address>
    </author>
    <author initials="A." surname="Martinez" fullname="Alejandro Martinez Ruiz">
      <organization>Red Hat</organization>
      <address>
        <email>alex@flawedcode.org</email>
      </address>
    </author>
    <author initials="D." surname="Miller" fullname="Darrel Miller">
      <organization>Microsoft</organization>
      <address>
        <email>darrel@tavis.ca</email>
      </address>
    </author>
    <date year="2024" month="October" day="07"/>
    <area>Applications and Real-Time</area>
    <workgroup>HTTPAPI</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 56?>

<t>This document defines the RateLimit-Policy and RateLimit HTTP header fields for servers to advertise their quota policies and the current service limits, thereby allowing clients to avoid being throttled.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        HTTPAPI Working Group mailing list (<eref target="mailto:httpapi@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/httpapi/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/httpapi/"/>.
        Working Group information can be found at <eref target="https://datatracker.ietf.org/wg/httpapi/about/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-httpapi/ratelimit-headers"/>.</t>
    </note>
  </front>
  <middle>
    <?line 60?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Rate limiting of HTTP clients has become a widespread practice, especially for HTTP APIs. Typically, servers who do so limit the number of acceptable requests in a given time window (e.g. 10 requests per second). See <xref target="rate-limiting"/> for further information on the current usage of rate limiting in HTTP.</t>
      <t>Currently, there is no standard way for servers to communicate quotas so that clients can throttle their requests to prevent errors. This document defines a set of standard HTTP header fields to enable rate limiting:</t>
      <ul spacing="normal">
        <li>
          <t>RateLimit-Policy: a quota policy, defined by the server, that client HTTP requests will consume.</t>
        </li>
        <li>
          <t>RateLimit: the currently remaining quota available for a specific policy.</t>
        </li>
      </ul>
      <t>These fields enable establishing complex rate limiting policies, including using multiple and variable time windows and dynamic quotas, and implementing concurrency limits.</t>
      <section anchor="goals">
        <name>Goals</name>
        <t>The goals of this document are:</t>
        <dl>
          <dt>Interoperability:</dt>
          <dd>
            <t>Standardize the names and semantics of rate-limit headers to ease their enforcement and adoption.</t>
          </dd>
          <dt>Resiliency:</dt>
          <dd>
            <t>Improve resiliency of HTTP infrastructure by providing clients with information useful to throttle their requests and prevent 4xx or 5xx responses.</t>
          </dd>
          <dt>Documentation:</dt>
          <dd>
            <t>Simplify API documentation by eliminating the need to include detailed quota limits and related fields in API documentation.</t>
          </dd>
        </dl>
        <t>The following features are out of the scope of this document:</t>
        <dl>
          <dt>Authorization:</dt>
          <dd>
            <t>RateLimit header fields are not meant to support authorization or other kinds of access controls.</t>
          </dd>
          <dt>Response status code:</dt>
          <dd>
            <t>RateLimit header fields may be returned in both successful (see <xref section="15.3" sectionFormat="of" target="HTTP"/>) and non-successful responses. This specification does not cover whether non Successful responses count on quota usage, nor does it mandates any correlation between the RateLimit values and the returned status code.</t>
          </dd>
          <dt>Throttling algorithm:</dt>
          <dd>
            <t>This specification does not mandate a specific throttling algorithm. The values published in the fields, including the window size, can be statically or dynamically evaluated.</t>
          </dd>
          <dt>Service Level Agreement:</dt>
          <dd>
            <t>Conveyed quota hints do not imply any service guarantee. Server is free to throttle respectful clients under certain circumstances.</t>
          </dd>
        </dl>
      </section>
      <section anchor="notational-conventions">
        <name>Notational Conventions</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.
<?line -6?>
        </t>
        <t>The term Origin is to be interpreted as described in Section 7 of<xref target="WEB-ORIGIN"/>.</t>
        <t>This document uses the terms List, Item and Integer from <xref section="3" sectionFormat="of" target="STRUCTURED-FIELDS"/> to specify syntax and parsing, along with the concept of "bare item".</t>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <dl>
        <dt>Quota:</dt>
        <dd>
          <t>A quota is an allocation of capacity used by a resource server to limit client requests. That capacity is measured in quota units and may be reallocated at the end of a time window.</t>
        </dd>
        <dt>Quota Unit:</dt>
        <dd>
          <t>A quota unit is the unit of measure used to measure the activity of a client.</t>
        </dd>
        <dt>Quota Partition:</dt>
        <dd>
          <t>A quota partition is a division of a server's capacity across different clients, users and owned resources.</t>
        </dd>
        <dt>Time Window:</dt>
        <dd>
          <t>A time window indicates a period of time associated to the allocated quota.</t>
        </dd>
        <dt>Quota Policy:</dt>
        <dd>
          <t>A quota policy is implemented by the server to regulate the activity within a specified quota partition, quantified in quota units, over a defined time window. This activity is restricted to a predefined limit, known as the quota. Quota policies can be advertised by servers, but they are not required to be, and more than one quota policy can affect a given request from a client to a server.</t>
        </dd>
        <dt>Service Limit:</dt>
        <dd>
          <t>A service limit is the currently remaining quota from a specific quota policy and, if defined, the remaining time before quota is reallocated.</t>
        </dd>
      </dl>
    </section>
    <section anchor="ratelimit-policy-field">
      <name>RateLimit-Policy Field</name>
      <t>The "RateLimit-Policy" response header field is a non-empty List of Quota Policy Items (<xref target="quotapolicy-item"/>). The Item value MUST be a String. Its value is informative. The field value is expected to remain consistent over a the lifetime of a connection. It is this characteristic that differentiates it from the <xref target="ratelimit-field">RateLimit</xref> field that contains information that may change on every request.</t>
      <artwork><![CDATA[
   RateLimit-Policy: "burst";q=100;w=60,"daily";q=1000;w=86400
]]></artwork>
      <section anchor="quotapolicy-item">
        <name>Quota Policy Item</name>
        <t>A quota policy Item contains an identifier for the policy and a set of parameters that contain information about a server's capacity allocation for the policy.</t>
        <t>The following parameters are defined:</t>
        <dl>
          <dt>q:</dt>
          <dd>
            <t>The REQUIRED "q" parameter indicates the quota allocated by this policy measured in quota units.</t>
          </dd>
          <dt>qu:</dt>
          <dd>
            <t>The OPTIONAL "qu" parameter value conveys the quota units associated to the "q" parameter. The default quota unit is "requests".</t>
          </dd>
          <dt>w:</dt>
          <dd>
            <t>The OPTIONAL "w" parameter value conveys a time window.</t>
          </dd>
          <dt>pk:</dt>
          <dd>
            <t>The OPTIONAL "pk" parameter value conveys the partition key associated to the corresponding request.</t>
          </dd>
        </dl>
        <t>Other parameters are allowed and can be regarded as comments.</t>
        <t>Implementation- or service-specific parameters SHOULD be prefixed parameters with a vendor identifier, e.g. <tt>acme-policy</tt>, <tt>acme-burst</tt>.</t>
        <section anchor="ratelimitpolicy-quota">
          <name>Quota Parameter</name>
          <t>The "q" parameter value MUST be a non-negative Integer. The value indicates the quota allocated for client activity (measured in quota units) for a given quota partition.</t>
        </section>
        <section anchor="ratelimitpolicy-quotaunit">
          <name>Quota Unit Parameter</name>
          <t>The "qu" parameter value conveys the quota units applicable to the quota (<xref target="ratelimitpolicy-quota"/>). The value MUST be a String. Allowed values are listed in the <xref target="ratelimit-quota-unit-registry">RateLimit Quota Units registry</xref>. This specification defines three quota units:</t>
          <dl>
            <dt>requests:</dt>
            <dd>
              <t>This value indicates the quota is based on the number of requests processed by the resource server. Whether a specific request actually consumes a quota unit is implementation-specific.</t>
            </dd>
            <dt>content-bytes:</dt>
            <dd>
              <t>This value indicates the quota is based on the number of content bytes processed by the resource server.</t>
            </dd>
            <dt>concurrent-requests:</dt>
            <dd>
              <t>This value indicates the quota is based on the number of concurrent requests processed by the resource server.</t>
            </dd>
          </dl>
        </section>
        <section anchor="ratelimitpolicy-window">
          <name>Window Parameter</name>
          <t>The "w" parameter value conveys a time window applicable to the quota (<xref target="ratelimitpolicy-quota"/>). The time window MUST be a non-negative Integer value expressing an interval in seconds, similar to the "delay-seconds" rule defined in <xref section="10.2.3" sectionFormat="of" target="HTTP"/>. Sub-second precision is not supported.</t>
        </section>
        <section anchor="ratelimitpolicy-partitionkey">
          <name>Partition Key Parameter</name>
          <t>The "pk" parameter value conveys the partition key associated to the request. The value MUST be a Byte Sequence. Servers MAY use the partition key to divide server capacity across different clients and resources. Quotas are allocated per partition key.</t>
        </section>
      </section>
      <section anchor="ratelimit-policy-field-examples">
        <name>RateLimit Policy Field Examples</name>
        <t>This field MAY convey the time window associated with the quota, as shown in this example:</t>
        <artwork><![CDATA[
   RateLimit-Policy: "default";q=100;w=10
]]></artwork>
        <t>These examples show multiple policies being returned:</t>
        <artwork><![CDATA[
   RateLimit-Policy: "permin";q=50;w=60,"perhr";q=1000;w=3600
]]></artwork>
        <t>The following example shows a policy with a partition key:</t>
        <artwork><![CDATA[
   RateLimit-Policy: "peruser";q=100;w=60;pk=:cHsdsRa894==:
]]></artwork>
        <t>The following example shows a policy with a partition key and a quota unit:</t>
        <artwork><![CDATA[
   RateLimit-Policy: "peruser";q=65535;qu="bytes";w=10;pk=:sdfjLJUOUH==:
]]></artwork>
        <t>This field cannot appear in a trailer section.</t>
      </section>
    </section>
    <section anchor="ratelimit-field">
      <name>RateLimit Field</name>
      <t>A server uses the "RateLimit" response header field to communicate the service limit for a quota policy for a particular partition key.</t>
      <t>The field is expressed as List of Service Limit Items (<xref target="servicelimit-item"/>).</t>
      <artwork><![CDATA[
   RateLimit: "default";r=50;t=30
]]></artwork>
      <section anchor="servicelimit-item">
        <name>Service Limit Item</name>
        <t>Each service limit Item identifies the quota policy (<xref target="quotapolicy-item"/>) associated with the request and contains parameters with information about the current service limit.</t>
        <t>The following parameters are defined in this specification:</t>
        <dl>
          <dt>r:</dt>
          <dd>
            <t>This parameter value conveys the remaining quota units for the identified policy (<xref target="ratelimit-remaining-parameter"/>).</t>
          </dd>
          <dt>t:</dt>
          <dd>
            <t>This OPTIONAL parameter value conveys the time window reset time for the identified policy (<xref target="ratelimit-reset-parameter"/>).</t>
          </dd>
          <dt>pk:</dt>
          <dd>
            <t>The OPTIONAL "pk" parameter value conveys the partition key associated to the corresponding request.</t>
          </dd>
        </dl>
        <t>This field cannot appear in a trailer section. Other parameters are allowed and can be regarded as comments.</t>
        <t>Implementation- or service-specific parameters SHOULD be prefixed parameters with a vendor identifier, e.g. <tt>acme-policy</tt>, <tt>acme-burst</tt>.</t>
        <section anchor="ratelimit-remaining-parameter">
          <name>Remaining Parameter</name>
          <t>The "r" parameter indicates the remaining quota units for the identified policy (<xref target="ratelimit-remaining-parameter"/>).</t>
          <t>It is a non-negative Integer expressed in quota units.
Clients MUST NOT assume that a positive remaining value is a guarantee that further requests will be served.
When remaining parameter value is low, it indicates that the server may soon throttle the client (see <xref target="providing-ratelimit-fields"/>).</t>
        </section>
        <section anchor="ratelimit-reset-parameter">
          <name>Reset Parameter</name>
          <t>The "t" parameter indicates the number of seconds until the quota associated with the quota policy resets.</t>
          <t>It is a non-negative Integer compatible with the delay-seconds rule, because:</t>
          <ul spacing="normal">
            <li>
              <t>it does not rely on clock synchronization and is resilient to clock adjustment
and clock skew between client and server (see <xref section="5.6.7" sectionFormat="of" target="HTTP"/>);</t>
            </li>
            <li>
              <t>it mitigates the risk related to thundering herd when too many clients are serviced with the same timestamp.</t>
            </li>
          </ul>
          <t>The client MUST NOT assume that all its service limit will be reset at the moment indicated by the reset parameter. The server MAY arbitrarily alter the reset parameter value between subsequent requests; for example, in case of resource saturation or to implement sliding window policies.</t>
        </section>
        <section anchor="ratelimit-partitionkey">
          <name>Partition Key Parameter</name>
          <t>The "pk" parameter value conveys the partition key associated to the request. The value MUST be a Byte Sequence. Servers MAY use the partition key to divide server capacity across different clients and resources. Quotas are allocated per partition key.</t>
        </section>
      </section>
      <section anchor="ratelimit-field-examples">
        <name>RateLimit Field Examples</name>
        <t>This example shows a RateLimit field with a remaining quota of 50 units and a time window reset in 30 seconds:</t>
        <artwork><![CDATA[
   RateLimit: "default";r=50;t=30
]]></artwork>
        <t>This example shows a remaining quota of 999 requests for a partition key that has no time window reset:</t>
        <artwork><![CDATA[
   RateLimit: "default";r=999;pk=:dHJpYWwxMjEzMjM=:
]]></artwork>
        <t>This example shows a 300MB remaining quota for an application in the next 60 seconds:</t>
        <artwork><![CDATA[
   RateLimit: "default";r=300000000;t=60;pk=:QXBwLTk5OQ==:
]]></artwork>
      </section>
    </section>
    <section anchor="providing-ratelimit-fields">
      <name>Server Behavior</name>
      <t>A server MAY return RateLimit header fields independently of the response status code. This includes on throttled responses. This document does not mandate any correlation between the RateLimit header field values and the returned status code.</t>
      <t>Servers should be careful when returning RateLimit header fields in redirection responses (i.e., responses with 3xx status codes) because a low remaining parameter value could prevent the client from issuing requests. For example, given the RateLimit header fields below, a client could decide to wait 10 seconds before following the "Location" header field (see <xref section="10.2.2" sectionFormat="of" target="HTTP"/>), because the remaining parameter value is 0.</t>
      <sourcecode type="http-message"><![CDATA[
HTTP/1.1 301 Moved Permanently
Location: /foo/123
RateLimit: "problemPolicy";r=0;t=10

]]></sourcecode>
      <t>If a response contains both the Retry-After and the RateLimit header fields, the reset parameter value SHOULD reference the same point in time as the Retry-After field value.</t>
      <t>A service using RateLimit header fields MUST NOT convey values exposing an unwanted volume of requests and SHOULD implement mechanisms to cap the ratio between the remaining and the reset parameter values (see <xref target="sec-resource-exhaustion"/>); this is especially important when a quota policy uses a large time window.</t>
      <t>Under certain conditions, a server MAY artificially lower RateLimit header field values between subsequent requests, e.g. to respond to Denial of Service attacks or in case of resource saturation.</t>
      <section anchor="generating-partition-keys">
        <name>Generating Partition Keys</name>
        <t>Servers MAY choose to return partition keys that distinguish between quota allocated to different consumers or different resources. There are a wide range of strategies for partitioning server capacity, including per user, per application, per HTTP method, per resource, or some combination of those values. The server SHOULD document how the partition key is generated so that clients can predict the key value for a future request and determine if there is sufficient quota remaining to execute the request. Servers should avoid returning partition keys that contain sensitive information. Servers SHOULD only use information that is present in the request to generate the partition key.</t>
      </section>
      <section anchor="performance-considerations">
        <name>Performance Considerations</name>
        <t>Servers are not required to return RateLimit header fields in every response, and clients need to take this into account. For example, an implementer concerned with performance might provide RateLimit header fields only when a given quota is close to exhaustion.</t>
        <t>Implementers concerned with response fields' size, might take into account their ratio with respect to the content length, or use header-compression HTTP features such as <xref target="HPACK"/>.</t>
      </section>
    </section>
    <section anchor="receiving-fields">
      <name>Client Behavior</name>
      <t>The RateLimit header fields can be used by clients to determine whether the associated request respected the server's quota policy, and as an indication of whether subsequent requests will. However, the server might apply other criteria when servicing future requests, and so the quota policy may not completely reflect whether requests will succeed.</t>
      <t>For example, a successful response with the following fields:</t>
      <artwork><![CDATA[
   RateLimit: "default";r=1;t=7
]]></artwork>
      <t>does not guarantee that the next request will be successful. Servers' behavior may be subject to other conditions.</t>
      <t>A client is responsible for ensuring that RateLimit header field values returned
cause reasonable client behavior with respect to throughput and latency
(see <xref target="sec-resource-exhaustion"/> and <xref target="sec-dos"/>).</t>
      <t>A client receiving RateLimit header fields MUST NOT assume that future responses will contain the same RateLimit header fields, or any RateLimit header fields at all.</t>
      <t>Malformed RateLimit header fields MUST be ignored.</t>
      <t>A client SHOULD NOT exceed the quota units conveyed by the remaining parameter before the time window expressed in the reset parameter.</t>
      <t>The value of the reset parameter is generated at response time: a client aware of a significant network latency MAY behave accordingly and use other information (e.g. the "Date" response header field, or otherwise gathered metrics) to better estimate the reset parameter moment intended by the server.</t>
      <t>The details provided in the RateLimit-Policy header field are informative and MAY be ignored.</t>
      <t>If a response contains both the RateLimit and Retry-After fields, the Retry-After field MUST take precedence and the reset parameter MAY be ignored.</t>
      <t>This specification does not mandate a specific throttling behavior and implementers can adopt their preferred policies, including:</t>
      <ul spacing="normal">
        <li>
          <t>slowing down or pre-emptively back-off their request rate when
approaching quota limits;</t>
        </li>
        <li>
          <t>consuming all the quota according to the exposed limits and then wait.</t>
        </li>
      </ul>
      <section anchor="consuming-partition-keys">
        <name>Consuming Partition Keys</name>
        <t>Partition keys are useful for a client if it is likely that single client will make requests that consume different quota allocations. E.g. a client making requests on behalf of different users or for different resources that have independent quota allocations.</t>
        <t>If a server documents the partition key generation algorithm, clients MAY generate a partition key for a future request. Using this key, and comparing to the key returned by the server, the client can determine if there is sufficient quota remaining to execute the request.</t>
        <t>For cases where the partition key generation algorithm of a server is unknown, clients MAY use heuristics to guess if a future request will be successful based on its similarity to previous requests.</t>
      </section>
      <section anchor="intermediaries">
        <name>Intermediaries</name>
        <t>This section documents the considerations advised in <xref section="16.3.2" sectionFormat="of" target="HTTP"/>.</t>
        <t>An intermediary that is not part of the originating service infrastructure and is not aware of the quota policy semantic used by the Origin Server SHOULD NOT alter the RateLimit header fields' values in such a way as to communicate a more permissive quota policy; this includes removing the RateLimit header fields.</t>
        <t>An intermediary MAY alter the RateLimit header fields in such a way as to communicate a more restrictive quota policy when:</t>
        <ul spacing="normal">
          <li>
            <t>it is aware of the quota unit semantic used by the Origin Server;</t>
          </li>
          <li>
            <t>it implements this specification and enforces a quota policy which
is more restrictive than the one conveyed in the fields.</t>
          </li>
        </ul>
        <t>An intermediary SHOULD forward a request even when presuming that it might not be serviced; the service returning the RateLimit header fields is the sole responsible of enforcing the communicated quota policy, and it is always free to service incoming requests.</t>
        <t>This specification does not mandate any behavior on intermediaries respect to retries, nor requires that intermediaries have any role in respecting quota policies. For example, it is legitimate for a proxy to retransmit a request without notifying the client, and thus consuming quota units.</t>
        <t><xref target="privacy">Privacy considerations</xref> provide further guidance on intermediaries.</t>
      </section>
      <section anchor="caching">
        <name>Caching</name>
        <t><xref target="HTTP-CACHING"/> defines how responses can be stored and reused for subsequent requests,
including those with RateLimit header fields.
Because the information in RateLimit header fields on a cached response may not be current, they SHOULD be ignored on responses that come from cache
(i.e., those with a positive current_age; see <xref section="4.2.3" sectionFormat="of" target="HTTP-CACHING"/>).</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="sec-throttling-does-not-prevent">
        <name>Throttling does not prevent clients from issuing requests</name>
        <t>This specification does not prevent clients from making requests.
Servers should always implement mechanisms to prevent resource exhaustion.</t>
      </section>
      <section anchor="sec-information-disclosure">
        <name>Information disclosure</name>
        <t>Servers should not disclose to untrusted parties operational capacity information
that can be used to saturate its infrastructural resources.</t>
        <t>While this specification does not mandate whether non-successful responses consume quota,
if error responses (such as 401 (Unauthorized) and 403 (Forbidden)) count against quota,
a malicious client could probe the endpoint to get traffic information of another user.</t>
        <t>As intermediaries might retransmit requests and consume
quota units without prior knowledge of the user agent,
RateLimit header fields might reveal the existence of an intermediary
to the user agent.</t>
        <t>Where partition keys contain identifying information, either of the client application or the user, servers should be aware of the potential for impersonation and apply the appropriate security mechanisms.</t>
      </section>
      <section anchor="sec-remaining-not-granted">
        <name>Remaining quota units are not granted requests</name>
        <t>RateLimit header fields convey hints from the server
to the clients in order to help them avoid being throttled out.</t>
        <t>Clients MUST NOT consider the quota returned in the <xref target="ratelimit-remaining-parameter">remaining parameter</xref> as a service level agreement.</t>
        <t>In case of resource saturation, the server MAY artificially lower the returned values
or not serve the request regardless of the advertised quotas.</t>
      </section>
      <section anchor="sec-reset-reliability">
        <name>Reliability of the reset parameter</name>
        <t>Consider that quota might not be restored after the moment referenced by the <xref target="ratelimit-reset-parameter">reset parameter</xref>,
and the reset parameter value may not be constant.</t>
        <t>Subsequent requests might return a higher reset parameter value
to limit concurrency or implement dynamic or adaptive throttling policies.</t>
      </section>
      <section anchor="sec-resource-exhaustion">
        <name>Resource exhaustion</name>
        <t>When returning reset values, servers must be aware that
many throttled clients may come back at the very moment specified.</t>
        <t>This is true for Retry-After too.</t>
        <t>For example, if the quota resets every day at <tt>18:00:00</tt>
and your server returns the reset parameter accordingly</t>
        <artwork><![CDATA[
   Date: Tue, 15 Nov 1994 18:00:00 GMT
   RateLimit: "daily";r=1;t=36400
]]></artwork>
        <t>there's a high probability that all clients will show up at <tt>18:00:00</tt>.</t>
        <t>This could be mitigated by adding some jitter to the reset value.</t>
        <t>Resource exhaustion issues can be associated with quota policies using a
large time window, because a user agent by chance or on purpose
might consume most of its quota units in a significantly shorter interval.</t>
        <t>This behavior can be even triggered by the provided RateLimit header fields.
The following example describes a service
with an unconsumed quota policy of 10000 quota units per 1000 seconds.</t>
        <artwork><![CDATA[
RateLimit-Policy: "somepolicy";q=10000;w=1000
RateLimit: "somepolicy";r=10000;t=10
]]></artwork>
        <t>A client implementing a simple ratio between remaining parameter and reset parameter could infer an average throughput of 1000 quota units per second, while the quota parameter conveys a quota-policy with an average of 10 quota units per second.
If the service cannot handle such load, it should return either a lower remaining parameter value or an higher reset parameter value.
Moreover, complementing large time window quota policies with a short time window one mitigates those risks.</t>
        <section anchor="sec-dos">
          <name>Denial of Service</name>
          <t>RateLimit header fields may contain unexpected values by chance or on purpose.
For example, an excessively high remaining parameter value may be:</t>
          <ul spacing="normal">
            <li>
              <t>used by a malicious intermediary to trigger a Denial of Service attack
or consume client resources boosting its requests;</t>
            </li>
            <li>
              <t>passed by a misconfigured server;</t>
            </li>
          </ul>
          <t>or a high reset parameter value could inhibit clients to contact the server (e.g. similarly to receiving "Retry-after: 1000000").</t>
          <t>To mitigate this risk, clients can set thresholds that they consider reasonable in terms of quota units, time window, concurrent requests or throughput, and define a consistent behavior when the RateLimit exceed those thresholds.
For example this means capping the maximum number of request per second, or implementing retries when the reset parameter exceeds ten minutes.</t>
          <t>The considerations above are not limited to RateLimit header fields, but apply to all fields affecting how clients behave in subsequent requests (e.g. Retry-After).</t>
        </section>
      </section>
    </section>
    <section anchor="privacy">
      <name>Privacy Considerations</name>
      <t>Clients that act upon a request to rate limit
are potentially re-identifiable (see <xref section="5.2.1" sectionFormat="of" target="PRIVACY"/>)
because they react to information that might only be given to them.
Note that this might apply to other fields too (e.g. Retry-After).</t>
      <t>Since rate limiting is usually implemented in contexts where
clients are either identified or profiled
(e.g. assigning different quota units to different users),
this is rarely a concern.</t>
      <t>Privacy enhancing infrastructures using RateLimit header fields
can define specific techniques to mitigate the risks of re-identification.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to update one registry and create one new registry.</t>
      <t>Please add the following entries to the
"Hypertext Transfer Protocol (HTTP) Field Name Registry" registry (<xref target="HTTP"/>):</t>
      <table>
        <thead>
          <tr>
            <th align="left">Field Name</th>
            <th align="left">Status</th>
            <th align="left">Specification</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">RateLimit</td>
            <td align="left">permanent</td>
            <td align="left">
              <xref target="ratelimit-field"/> of RFC nnnn</td>
          </tr>
          <tr>
            <td align="left">RateLimit-Policy</td>
            <td align="left">permanent</td>
            <td align="left">
              <xref target="ratelimit-policy-field"/> of RFC nnnn</td>
          </tr>
        </tbody>
      </table>
      <section anchor="ratelimit-quota-unit-registry">
        <name>RateLimit quota unit registry</name>
        <t>This specification establishes the registry "Hypertext Transfer Protocol (HTTP) RateLimit Quota Units" registry to be located at https://www.iana.org/assignments/http-ratelimit-quota-units. Registration is done on the advice of a Designated Expert, appointed by the IESG or their delegate. All entries are Specification Required (<xref target="IANA"/>, Section 4.6).</t>
        <t>The registry has the following initial content:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Quota Unit</th>
              <th align="left">Reference</th>
              <th align="left">Notes</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">request</td>
              <td align="left">RFC nnnn</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">content-bytes</td>
              <td align="left">RFC nnnn</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <section anchor="registration-template">
          <name>Registration Template</name>
          <t>The registration template for the RateLimit Quota Units registry is as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Quota Unit: The name of the quota unit.</t>
            </li>
            <li>
              <t>Reference: A reference to the document that specifies the quota unit.</t>
            </li>
            <li>
              <t>Notes: Any additional notes about the quota unit.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="IANA">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</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 describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="WEB-ORIGIN">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents. Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites. In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string. It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6454"/>
          <seriesInfo name="DOI" value="10.17487/RFC6454"/>
        </reference>
        <reference anchor="STRUCTURED-FIELDS">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="P-H. Kamp" surname="P-H. Kamp"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields that wish to use a common syntax that is more restrictive than traditional HTTP field values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8941"/>
          <seriesInfo name="DOI" value="10.17487/RFC8941"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="PRIVACY">
          <front>
            <title>Privacy Considerations for Internet Protocols</title>
            <author fullname="A. Cooper" initials="A." surname="Cooper"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <author fullname="J. Morris" initials="J." surname="Morris"/>
            <author fullname="M. Hansen" initials="M." surname="Hansen"/>
            <author fullname="R. Smith" initials="R." surname="Smith"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications. It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices. It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6973"/>
          <seriesInfo name="DOI" value="10.17487/RFC6973"/>
        </reference>
        <reference anchor="UNIX">
          <front>
            <title>The Single UNIX Specification, Version 2 - 6 Vol Set for UNIX 98</title>
            <author initials="" surname="The Open Group" fullname="The Open Group">
              <organization/>
            </author>
            <date year="1997" month="February"/>
          </front>
        </reference>
        <reference anchor="HPACK">
          <front>
            <title>HPACK: Header Compression for HTTP/2</title>
            <author fullname="R. Peon" initials="R." surname="Peon"/>
            <author fullname="H. Ruellan" initials="H." surname="Ruellan"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This specification defines HPACK, a compression format for efficiently representing HTTP header fields, to be used in HTTP/2.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7541"/>
          <seriesInfo name="DOI" value="10.17487/RFC7541"/>
        </reference>
        <reference anchor="HTTP-CACHING">
          <front>
            <title>HTTP Caching</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 defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages.</t>
              <t>This document obsoletes RFC 7234.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="98"/>
          <seriesInfo name="RFC" value="9111"/>
          <seriesInfo name="DOI" value="10.17487/RFC9111"/>
        </reference>
        <reference anchor="RFC6585">
          <front>
            <title>Additional HTTP Status Codes</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <date month="April" year="2012"/>
            <abstract>
              <t>This document specifies additional HyperText Transfer Protocol (HTTP) status codes for a variety of common situations. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6585"/>
          <seriesInfo name="DOI" value="10.17487/RFC6585"/>
        </reference>
        <reference anchor="RFC3339">
          <front>
            <title>Date and Time on the Internet: Timestamps</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="July" year="2002"/>
            <abstract>
              <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3339"/>
          <seriesInfo name="DOI" value="10.17487/RFC3339"/>
        </reference>
      </references>
    </references>
    <?line 534?>

<section anchor="rate-limiting">
      <name>Rate-limiting and quotas</name>
      <t>Servers use quota mechanisms to avoid systems overload, to ensure an equitable distribution of computational resources or to enforce other policies - e.g. monetization.</t>
      <t>A basic quota mechanism limits the number of acceptable requests in a given time window, e.g. 10 requests per second.</t>
      <t>When quota is exceeded, servers usually do not serve the request replying instead with a 4xx HTTP status code (e.g. 429 or 403) or adopt more aggressive policies like dropping connections.</t>
      <t>Quotas may be enforced on different basis (e.g. per user, per IP, per geographic area, ..) and at different levels. For example, an user may be allowed to issue:</t>
      <ul spacing="normal">
        <li>
          <t>10 requests per second;</t>
        </li>
        <li>
          <t>limited to 60 requests per minute;</t>
        </li>
        <li>
          <t>limited to 1000 requests per hour.</t>
        </li>
      </ul>
      <t>Moreover system metrics, statistics and heuristics can be used to implement more complex policies,
where the number of acceptable requests and the time window are computed dynamically.</t>
      <t>To help clients throttling their requests,
servers may expose the counters used to evaluate quota policies via HTTP header fields.</t>
      <t>Those response headers may be added by HTTP intermediaries such as API gateways and reverse proxies.</t>
      <t>On the web we can find many different rate-limit headers,
usually containing the number of allowed requests in a given time window, and when the window is reset.</t>
      <t>The common choice is to return three headers containing:</t>
      <ul spacing="normal">
        <li>
          <t>the maximum number of allowed requests in the time window;</t>
        </li>
        <li>
          <t>the number of remaining requests in the current window;</t>
        </li>
        <li>
          <t>the time remaining in the current window expressed in seconds or
as a timestamp;</t>
        </li>
      </ul>
      <section anchor="interoperability-issues">
        <name>Interoperability issues</name>
        <t>A major interoperability issue in throttling is the lack of standard headers, because:</t>
        <ul spacing="normal">
          <li>
            <t>each implementation associates different semantics to the
same header field names;</t>
          </li>
          <li>
            <t>header field names proliferates.</t>
          </li>
        </ul>
        <t>User agents interfacing with different servers may thus need to process different headers,
or the very same application interface that sits behind different reverse proxies
may reply with different throttling headers.</t>
      </section>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <section anchor="responses-without-defining-policies">
        <name>Responses without defining policies</name>
        <t>Some servers may not expose the policy limits in the RateLimit-Policy header field. Clients can still use the RateLimit header field to throttle their requests.</t>
        <section anchor="throttling-information-in-responses">
          <name>Throttling information in responses</name>
          <t>The client exhausted its quota for the next 50 seconds.
The limit and time-window is communicated out-of-band.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit: "default";r=0;t=50

{"hello": "world"}
]]></sourcecode>
          <t>Since the field values are not necessarily correlated with
the response status code,
a subsequent request is not required to fail.
The example below shows that the server decided to serve the request
even if remaining parameter value is 0.
Another server, or the same server under other load conditions, could have decided to throttle the request instead.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/456 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit: "default";r=0;t=48

{"still": "successful"}
]]></sourcecode>
        </section>
        <section anchor="use-with-multiple-policies">
          <name>Multiple policies in response</name>
          <t>The server uses two different policies to limit the client's requests:</t>
          <ul spacing="normal">
            <li>
              <t>5000 daily quota units;</t>
            </li>
            <li>
              <t>1000 hourly quota units.</t>
            </li>
          </ul>
          <t>The client consumed 4900 quota units in the first 14 hours.</t>
          <t>Despite the next hourly limit of 1000 quota units,
the closest limit to reach is the daily one.</t>
          <t>The server then exposes the RateLimit header fields to
inform the client that:</t>
          <ul spacing="normal">
            <li>
              <t>it has only 100 quota units left in the daily quota and the window will reset in 10 hours;</t>
            </li>
          </ul>
          <t>The server MAY choose to omit returning the hourly policy as it uses the same quota units as the daily policy and the daily policy is the one that is closest to being exhausted.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit: "dayLimit";r=100;t=36000

{"hello": "world"}
]]></sourcecode>
        </section>
        <section anchor="use-for-limiting-concurrency">
          <name>Use for limiting concurrency</name>
          <t>RateLimit header fields may be used to limit concurrency,
advertising limits that are lower than the usual ones
in case of saturation, thus increasing availability.</t>
          <t>The server adopted a basic policy of 100 quota units per minute,
and in case of resource exhaustion adapts the returned values
reducing both limit and remaining parameter values.</t>
          <t>After 2 seconds the client consumed 40 quota units</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit-Policy: "basic";q=100;w=60
RateLimit: "basic";r=60;t=58

{"elapsed": 2, "issued": 40}
]]></sourcecode>
          <t>At the subsequent request - due to resource exhaustion -
the server advertises only <tt>r=20</tt>.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit-Policy: "basic";q=100;w=60
RateLimit: "basic";r=20;t=56

{"elapsed": 4, "issued": 41}
]]></sourcecode>
        </section>
        <section anchor="use-in-throttled-responses">
          <name>Use in throttled responses</name>
          <t>A client exhausted its quota and the server throttles it
sending Retry-After.</t>
          <t>In this example, the values of Retry-After and RateLimit header field reference the same moment,
but this is not a requirement.</t>
          <t>The 429 (Too Many Request) HTTP status code is just used as an example.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 429 Too Many Requests
Content-Type: application/json
Date: Mon, 05 Aug 2019 09:27:00 GMT
Retry-After: Mon, 05 Aug 2019 09:27:05 GMT
RateLimit: "default";r=0;t=5

{
"title": "Too Many Requests",
"status": 429,
"detail": "You have exceeded your quota"
}
]]></sourcecode>
        </section>
      </section>
      <section anchor="responses-with-defined-policies">
        <name>Responses with defined policies</name>
        <section anchor="throttling-window-specified-via-parameter">
          <name>Throttling window specified via parameter</name>
          <t>The client has 99 quota units left for the next 50 seconds.
The time window is communicated by the <tt>w</tt> parameter, so we know the throughput is 100 quota units per minute.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit: "fixedwindow";r=99;t=50
RateLimit-Policy: "fixedwindow";q=100;w=60
{"hello": "world"}
]]></sourcecode>
        </section>
        <section anchor="dynamic-limits-with-parameterized-windows">
          <name>Dynamic limits with parameterized windows</name>
          <t>The policy conveyed by the RateLimit header field states that
the server accepts 100 quota units per minute.</t>
          <t>To avoid resource exhaustion, the server artificially lowers
the actual limits returned in the throttling headers.</t>
          <t>The remaining parameter then advertises
only 9 quota units for the next 50 seconds to slow down the client.</t>
          <t>Note that the server could have lowered even the other
values in the RateLimit header field: this specification
does not mandate any relation between the field values
contained in subsequent responses.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit-Policy: "dynamic";q=100;w=60
RateLimit: "dynamic";r=9;t=50


{
  "status": 200,
  "detail": "Just slow down without waiting."
}
]]></sourcecode>
        </section>
        <section anchor="dynamic-limits-for-pushing-back-and-slowing-down">
          <name>Dynamic limits for pushing back and slowing down</name>
          <t>Continuing the previous example, let's say the client waits 10 seconds and
performs a new request which, due to resource exhaustion, the server rejects
and pushes back, advertising <tt>r=0</tt> for the next 20 seconds.</t>
          <t>The server advertises a smaller window with a lower limit to slow
down the client for the rest of its original window after the 20 seconds elapse.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 429 Too Many Requests
Content-Type: application/json
RateLimit-Policy: "dynamic";q=15;w=20
RateLimit: "dynamic";r=0;t=20

{
  "status": 429,
  "detail": "Wait 20 seconds, then slow down!"
}
]]></sourcecode>
        </section>
      </section>
      <section anchor="dynamic-limits-for-pushing-back-with-retry-after-and-slow-down">
        <name>Dynamic limits for pushing back with Retry-After and slow down</name>
        <t>Alternatively, given the same context where the previous example starts, we
can convey the same information to the client via Retry-After, with
the advantage that the server can now specify the policy's nominal limit and
window that will apply after the reset, e.g. assuming the resource exhaustion
is likely to be gone by then, so the advertised policy does not need to be
adjusted, yet we managed to stop requests for a while and slow down the rest of
the current window.</t>
        <t>Request:</t>
        <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
        <t>Response:</t>
        <sourcecode type="http-message"><![CDATA[
HTTP/1.1 429 Too Many Requests
Content-Type: application/json
Retry-After: 20
RateLimit-Policy: "dynamic";q=100;w=60
RateLimit: "dynamic";r=15;t=40

{
  "status": 429,
  "detail": "Wait 20 seconds, then slow down!"
}
]]></sourcecode>
        <t>Note that in this last response the client is expected to honor
Retry-After and perform no requests for the specified amount of
time, whereas the previous example would not force the client to stop
requests before the reset time is elapsed, as it would still be free to
query again the server even if it is likely to have the request rejected.</t>
        <section anchor="missing-remaining-information">
          <name>Missing Remaining information</name>
          <t>The server does not expose remaining values
(for example, because the underlying counters are not available).
Instead, it resets the limit counter every second.</t>
          <t>It communicates to the client the limit of 10 quota units per second
always returning the limit and reset parameters.</t>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit-Policy: quota;q=100;w=1
RateLimit: quota;t=1

{"first": "request"}
]]></sourcecode>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 Ok
Content-Type: application/json
RateLimit-Policy: quota;q=10
RateLimit: quota;t=1

{"second": "request"}
]]></sourcecode>
        </section>
        <section anchor="use-with-multiple-windows">
          <name>Use with multiple windows</name>
          <t>This is a standardized way of describing the policy
detailed in <xref target="use-with-multiple-policies"/>:</t>
          <ul spacing="normal">
            <li>
              <t>5000 daily quota units;</t>
            </li>
            <li>
              <t>1000 hourly quota units.</t>
            </li>
          </ul>
          <t>The client consumed 4900 quota units in the first 14 hours.</t>
          <t>Despite the next hourly limit of 1000 quota units, the closest limit
to reach is the daily one.</t>
          <t>The server then exposes the RateLimit header fields to inform the client that:</t>
          <ul spacing="normal">
            <li>
              <t>it has only 100 quota units left;</t>
            </li>
            <li>
              <t>the window will reset in 10 hours;</t>
            </li>
            <li>
              <t>the expiring-limit is 5000.</t>
            </li>
          </ul>
          <t>Request:</t>
          <sourcecode type="http-message"><![CDATA[
GET /items/123 HTTP/1.1
Host: api.example

]]></sourcecode>
          <t>Response:</t>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
RateLimit-Policy: "hour";q=1000;w=3600, "day";q=5000;w=86400
RateLimit: "day";r=100;t=36000

{"hello": "world"}
]]></sourcecode>
        </section>
      </section>
    </section>
    <section numbered="false" removeInRFC="true" anchor="faq">
      <name>FAQ</name>
      <ol spacing="normal" type="1"><li>
          <t>Why defining standard fields for throttling?  </t>
          <t>
To simplify enforcement of throttling policies and enable clients to constraint their requests to avoid being throttled.</t>
        </li>
        <li>
          <t>Can I use RateLimit header fields in throttled responses (eg with status code 429)?  </t>
          <t>
Yes, you can.</t>
        </li>
        <li>
          <t>Are those specs tied to RFC 6585?  </t>
          <t>
No. <xref target="RFC6585"/> defines the <tt>429</tt> status code and we use it just as an example of a throttled request,
that could instead use even <tt>403</tt> or whatever status code.</t>
        </li>
        <li>
          <t>Why is the partition key necessary?  </t>
          <t>
Without a partition key, a server can only effectively only have one scope (aka partition), which is impractical for most services, or it needs to communicate the scopes out-of-band.
This prevents the development of generic connector code that can be used to prevent requests from being throttled.
Many APIs rely on API keys, user identity or client identity to allocate quota.
As soon as a single client processes requests for more than one partition, the client needs to know the corresponding partition key to properly track requests against allocated quota.</t>
        </li>
        <li>
          <t>Why using delay-seconds instead of a UNIX Timestamp?
Why not using subsecond precision?  </t>
          <t>
Using delay-seconds aligns with Retry-After, which is returned in similar contexts,
eg on 429 responses.  </t>
          <t>
Timestamps require a clock synchronization protocol
(see <xref section="5.6.7" sectionFormat="of" target="HTTP"/>).
This may be problematic (e.g. clock adjustment, clock skew, failure of hardcoded clock synchronization servers,
IoT devices, ..).
Moreover timestamps may not be monotonically increasing due to clock adjustment.
See <eref target="https://community.ntppool.org/t/another-ntp-client-failure-story/1014/">Another NTP client failure story</eref>  </t>
          <t>
We did not use subsecond precision because:  </t>
          <ul spacing="normal">
            <li>
              <t>that is more subject to system clock correction
like the one implemented via the adjtimex() Linux system call;</t>
            </li>
            <li>
              <t>response-time latency may not make it worth. A brief discussion on the subject is
on the <eref target="https://lists.w3.org/Archives/Public/ietf-http-wg/2019JulSep/0202.html">httpwg ml</eref></t>
            </li>
            <li>
              <t>almost all rate-limit headers implementations do not use it.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Shouldn't I limit concurrency instead of request rate?  </t>
          <t>
You can use this specification to limit concurrency
at the HTTP level (see {#use-for-limiting-concurrency})
and help clients to shape their requests avoiding being throttled out.  </t>
          <t>
A problematic way to limit concurrency is connection dropping,
especially when connections are multiplexed (e.g. HTTP/2)
because this results in unserviced client requests,
which is something we want to avoid.  </t>
          <t>
A semantic way to limit concurrency is to return 503 + Retry-After
in case of resource saturation (e.g. thrashing, connection queues too long,
Service Level Objectives not meet, ..).
Saturation conditions can be either dynamic or static: all this is out of
the scope for the current document.</t>
        </li>
        <li>
          <t>Do a positive value of remaining paramter imply any service guarantee for my
future requests to be served?  </t>
          <t>
No. FAQ integrated in <xref target="ratelimit-remaining-parameter"/>.</t>
        </li>
        <li>
          <t>Is the quota-policy definition too complex?  </t>
          <t>
You can always return the simplest form</t>
        </li>
      </ol>
      <artwork><![CDATA[
RateLimit:"default";r=50;t=60
]]></artwork>
      <t>The policy key clearly connects the current usage status of a policy to the defined limits.
   So for the following field:</t>
      <artwork><![CDATA[
RateLimit-Policy: "sliding";q=100;w=60;burst=1000
RateLimit-Policy: "fixed";q=5000;w=3600;burst=0
RateLimit: "sliding";r=50;t=44
]]></artwork>
      <t>the value "sliding" identifies the policy being reported.</t>
      <ol spacing="normal" type="1"><li>
          <t>Can intermediaries alter RateLimit header fields?  </t>
          <t>
Generally, they should not because it might result in unserviced requests.
 There are reasonable use cases for intermediaries mangling RateLimit header fields though,
 e.g. when they enforce stricter quota-policies,
 or when they are an active component of the service.
 In those case we will consider them as part of the originating infrastructure.</t>
        </li>
        <li>
          <t>Why the <tt>w</tt> parameter is just informative?
Could it be used by a client to determine the request rate?  </t>
          <t>
A non-informative <tt>w</tt> parameter might be fine in an environment
where clients and servers are tightly coupled. Conveying policies
with this detail on a large scale would be very complex and implementations
would be likely not interoperable. We thus decided to leave <tt>w</tt> as
an informational parameter and only rely on the limit, remaining and reset parameters
for defining the throttling
behavior.</t>
        </li>
        <li>
          <t>Can I use RateLimit fields in trailers?
Servers usually establish whether the request is in-quota before creating a response, so the RateLimit field values should be already available in that moment.
Supporting trailers has the only advantage that allows to provide more up-to-date information to the client in case of slow responses.
However, this complicates client implementations with respect to combining fields from headers and accounting for intermediaries that drop trailers.
Since there are no current implementations that use trailers, we decided to leave this as a future-work.</t>
        </li>
      </ol>
    </section>
    <section numbered="false" removeInRFC="true" anchor="ratelimit-header-fields-currently-used-on-the-web">
      <name>RateLimit header fields currently used on the web</name>
      <t>Commonly used header field names are:</t>
      <ul spacing="normal">
        <li>
          <t><tt>X-RateLimit-Limit</tt>,
<tt>X-RateLimit-Remaining</tt>,
<tt>X-RateLimit-Reset</tt>;</t>
        </li>
      </ul>
      <t>There are variants too, where the window is specified
in the header field name, eg:</t>
      <ul spacing="normal">
        <li>
          <t><tt>x-ratelimit-limit-minute</tt>, <tt>x-ratelimit-limit-hour</tt>, <tt>x-ratelimit-limit-day</tt></t>
        </li>
        <li>
          <t><tt>x-ratelimit-remaining-minute</tt>, <tt>x-ratelimit-remaining-hour</tt>, <tt>x-ratelimit-remaining-day</tt></t>
        </li>
      </ul>
      <t>Here are some interoperability issues:</t>
      <ul spacing="normal">
        <li>
          <t><tt>X-RateLimit-Remaining</tt> references different values, depending on the implementation:  </t>
          <ul spacing="normal">
            <li>
              <t>seconds remaining to the window expiration</t>
            </li>
            <li>
              <t>milliseconds remaining to the window expiration</t>
            </li>
            <li>
              <t>seconds since UTC, in UNIX Timestamp <xref target="UNIX"/></t>
            </li>
            <li>
              <t>a datetime, either <tt>IMF-fixdate</tt> <xref target="HTTP"/> or <xref target="RFC3339"/></t>
            </li>
          </ul>
        </li>
        <li>
          <t>different headers, with the same semantic, are used by different implementers:  </t>
          <ul spacing="normal">
            <li>
              <t>X-RateLimit-Limit and X-Rate-Limit-Limit</t>
            </li>
            <li>
              <t>X-RateLimit-Remaining and X-Rate-Limit-Remaining</t>
            </li>
            <li>
              <t>X-RateLimit-Reset and X-Rate-Limit-Reset</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>The semantic of RateLimit depends on the windowing algorithm.
A sliding window policy for example, may result in having a remaining parameter value related to the ratio between the current and the maximum throughput.
e.g.</t>
      <artwork><![CDATA[
RateLimit-Policy: "sliding";q=12;w=1
; using 50% of throughput, that is 6 units/s
RateLimit: "sliding";q=12;r=6;t=1

]]></artwork>
      <t>If this is the case, the optimal solution is to achieve</t>
      <artwork><![CDATA[
RateLimit-Policy: "sliding";q=12;w=1
; using 100% of throughput, that is 12 units/s
RateLimit: "sliding";q=12;r=1;t=1
]]></artwork>
      <t>At this point you should stop increasing your request rate.</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to Willi Schoenborn, Alejandro Martinez Ruiz, Alessandro Ranellucci,
Amos Jeffries,
Martin Thomson,
Erik Wilde and Mark Nottingham for being the initial contributors
of these specifications.
Kudos to the first community implementers:
Aapo Talvensaari,
Nathan Friedly
and Sanyam Dogra.</t>
      <t>In addition to the people above, this document owes a lot to the extensive discussion in the HTTPAPI workgroup, including
Rich Salz,
and Julian Reschke.</t>
    </section>
    <section numbered="false" removeInRFC="true" anchor="changes">
      <name>Changes</name>
      <section numbered="false" removeInRFC="true" anchor="since-draft-ietf-httpapi-ratelimit-headers-07">
        <name>Since draft-ietf-httpapi-ratelimit-headers-07</name>
        <ul spacing="normal">
          <li>
            <t>Refactored both fields to lists of Items that identify policy and use parameters</t>
          </li>
          <li>
            <t>Added quota unit parameter</t>
          </li>
          <li>
            <t>Added partition key parameter</t>
          </li>
        </ul>
      </section>
      <section numbered="false" removeInRFC="true" anchor="since-draft-ietf-httpapi-ratelimit-headers-03">
        <name>Since draft-ietf-httpapi-ratelimit-headers-03</name>
        <ul spacing="normal">
          <li>
            <t>Split policy informatiom in RateLimit-Policy #81</t>
          </li>
        </ul>
      </section>
      <section numbered="false" removeInRFC="true" anchor="since-draft-ietf-httpapi-ratelimit-headers-02">
        <name>Since draft-ietf-httpapi-ratelimit-headers-02</name>
        <ul spacing="normal">
          <li>
            <t>Address throttling scope #83</t>
          </li>
        </ul>
      </section>
      <section numbered="false" removeInRFC="true" anchor="since-draft-ietf-httpapi-ratelimit-headers-01">
        <name>Since draft-ietf-httpapi-ratelimit-headers-01</name>
        <ul spacing="normal">
          <li>
            <t>Update IANA considerations #60</t>
          </li>
          <li>
            <t>Use Structured fields #58</t>
          </li>
          <li>
            <t>Reorganize document #67</t>
          </li>
        </ul>
      </section>
      <section numbered="false" removeInRFC="true" anchor="since-draft-ietf-httpapi-ratelimit-headers-00">
        <name>Since draft-ietf-httpapi-ratelimit-headers-00</name>
        <ul spacing="normal">
          <li>
            <t>Use I-D.httpbis-semantics, which includes referencing delay-seconds
instead of delta-seconds. #5</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+196XbbRrrgfzxFXfnMxOohaUmWvMjj6VZsJ1baW1typ3Ny
cq6LRJGEDQIMFsmM436W+yzzZPNttQGgZKd75nbumZzuxCaAWr769q3G43HS
ZE1ujtVr3Zhn2Spr1NLo1FRqnpk8rdW8rNTT8/NXiZ5OK3NxnKTlrNAr+CKt
9LwZZ6aZj5dNs9brbFzBIDkOMuZB6vHevWQGPy7KanOs6iZNkmxdHaumauvm
YG/v/t5Boiujj9XJep1n8GpWFrXSRapeG52Pz7OVSS7L6v2iKtv1Ma3k5NVp
8t5s4Nf0WJ0WjakK04wf42qSpG7g23/XeVnACjemTtbZsfqxKWcjBf/KitQU
zUjVZdVUZl7DnzYr+UNTZTN4NCtXay1/WMHL8Cgr8qwwIwU7X+n1OisWPyXJ
hSlac5wo1VmZUs1mDXN/D4uGN9W3+Bh+XZYIMwRUfXzrVqob3VR69t5UE4Tg
pKwWty4XtwSQt/S0bJtb8NlKZzl/Bj//yb4KD3Q1W/rx8DX8Jbswfjz84da0
Ki9r4waGLyuzLv2Xi6xZttMJ7PYWHeXlwp7mrd5pJolum2VZwbbHMJACyNSA
ORP1qszzjH5h1HhdTk3VlMHvsJ5jdW70Sj3OYEqdAzxP4T+ZLtS35QWcIQKb
XjW856qcZmv8/k8L/AFXSI9nZVs0iE34+SZayclEPddVA4f1S7CYk9y8A6So
SvdQvW6zX/yyXptUPdXR5LC+D3+a5/rSpLMyNQzzYKbHMFOW56YK5nmsq8rk
4e80+vNsVpV1OY/GT+ndPzX6IqsnM50ksPms2SA+nT159s2x2nn9zSNVwD87
SVKU1QoI44LQ7fTkxQks+ZtH9/YP7sDfEe/o7/f39/eAuop5+Par16d/PXn0
A71w5/7d2/DTmxenfzumtQjlny+NOgNUzQ09U2drM8vmQosj9Vc4ePiDOlBj
dUf9tczVmWmILdDb9+/RWA4xlAcIDvxybQpHAw58A0+AIuCT/fv3746BJ4zH
Y6WnNZIIEPX5MquR+lrEEZWaORxirRoYxHGtMaBaNtsw53CsDIEzwM9qUwHG
wQil0in8qclqg8Nllfq5LRut1jhYZpgR4TyzFs4L5sYvs5lRRBbAGuBZZaYw
bZ6Xl0juszxDpkFDX5RZqqYGf26WVdkAtNNJQntbZWmamyS5gQysKtN2hsBO
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
zTP8I6HdktPL+Fty18U32TJ2vhkYWufZoqh7FnuAbqEP1V64ayvZiLaAOWB5
x8H9yDuIOGUXWdvAEbXZHLrway1lM/jZNZd1eXSVwLnc56GxKx7nZ3evChsF
t4SNKCmq5RY0S2DXiMbplmVJ/h5t87Q8R5pgIptMeB0uY7rxew06eazAHGvK
gtOUw6C7+N26C6Uxz2D7P9o0qhfnr5y3S9aNDUo2P920hUJC4M1mUjTrdVnm
VDHU3JKuRWP4dcwjjGWEMY1wa39v//DWLvMtrElIBYfMEAYFOabw/tilgRDx
BE24JXOcN0Y0QqeYUCEL5eDbRJKwOBLdMuzIeIeA/HBzVz3LivaDGw7g94An
tjg2JiPStlG2MKcesGRKVs0S5JCaVpmZU+uslhvUSzWUXXJW89Lk5x8RqpcL
tco9gPGS9npyeZvgelLNlsC061uv2ikI6VuZaeZjUnQuF7cwyvddm5+Z9a29
g72DybJZ5bu8bJ0Tm8Ya3X5udidft7ZlEizqgJjuTNQZtRIovmpAhPdbugQc
Imz1K/KZRbMki/bq24ZyTvAz8YJRKJfbAzFlXp3nQvvlIoEwHx8wY6nX3SxU
1la4M/JQMyTk5xF9owky2NOGQoa2psPVeTB/8jfFUNJ6UPtBNrk1UfDaTuYf
pKse0E68Uc8J7vAuqUlt4W75c/0AbIUBfOa4JzbQaMgzCqoLXq/jdDS7PdfR
86q9+ez5o73b6n+ErBpHuebWPdszvNLkpB2FoIJFc7UuzFwKxNzdv3TqL4lS
EOmZxAx6Ly0DPPOz+CxO1yWFq5qDFkNUSDI7lq7SbGWW1NKDtTSr/VjvlPUv
2qowANrdiXpchj0KXbv2ThCP+risyPdabFy7Dn/7AMl+wvTONQviauXbQr2q
CrYBJZsvuPc72bnXXIgKy703UadB9ZptOcJWg9BfaQtlYnqNfDQMHGIUNTnd
Vp3eLse9y/XuSJsWkpcuiosKyiw31CFC8KCOYN2ivWZ1YFI55EtboSepAuz9
Zywo3Yl1rog43t6Bhq9+jO4hp2tvO11oOqHuwNhDa04+6XStsUMLIA4PHSBc
jox/q3tTtezW3uqOd0uRBXWfLahO6Q53Bt5iUPF5yvVMOcY6GuxYEDR1tPzF
NbxlHtNhMT5rX/FhynVKQdcNHIRbZs9tXUnQoFCDHnzVhRFotiyWRPwcmLDl
Pc5MVdwE2FQhHlNJF4nPKvhCc72j5pbBiNpl4Yxc1ziH90JJTKWsnXikXErh
et6tUJXf1rQ67lgAh7S/x2p0L1/EZSAFlw6Q8qwesVnYhDfJ6MCZ7duaR15l
J16Bh2Ozy/Ayg3hmPlj0aFNv9IJs1uIiA0VTLrJVEuwK7/+0tSPUFA1HIHpt
12g7YaOEC7OJKk5oFL6oBSu/yR3H7WO5JVANSpT120+lmMbW50XXEUjzBRrP
vi3udcTYoGQpNxNUHSmjNEjWB+YiMNA8DFGN87GD2Rp3gCLz1xqAzg89UvG1
cV2XNI1M3fetAybO8KDntlUMYsb+sAckcH3wLeI1o4Wv+eWyOdcGILpRKCi+
yAouxrfxDupHwQ2x/HVTErHrTG/T9oIumTl8nW58sIB9M9jUpHSWgjpr18ie
aPOyeFdTT1DtRDWpjk7a1nJPZdLf2/W4KceUHrI9dBqmE+dh22ReSnDREadv
sUPPuOarXR23e1MO38jmBId4DayGTHW0fFsVvdLncXx5HWCmA4XAyBbgVLa3
jpN03SXREKTtyQgYYe5jNu2Q/AusOIzxRpeJLSkfbBnKE/JVaalF80sz/Wxn
4yOqp7QDDFTjwdbIafz2b2MvOunfb5FFRz+70NfQI6Cyt1x1IAC7APhqVuLL
URCV98l6LoaYiPe9t76RMlzf+fZD0LuC/83JX29HQ8/Q5zv8JNWbt93xvA42
PKZ/PjSuf0pjJ08tAKjv4XClZt2HuQeuz60Nqxpt+0u+FASRWdAhxkYytP/g
MlaiSzMC6JNbX4uJ/QcQNTmwqC/7xr5eE6G8OX9Et3jHbib1I/79J3pfK+QU
HCMWDf/t6fNvxqCe4YO3yvbAQa2A/bu3b9++/+kTgqpf3dm5Jd2aQyN7HwzJ
Y/9ZeGuOwKiH8cQt+Ndx8HPv5deRgIk+cI8GPqLL1/sfwM82CiQWHWZhO47A
51074qezoLnt/SUTvMx14EL0TXzFOteuWi0R5ZvImG2FedEl9kP3s1p+aHPQ
bQG2T6mdJKgVfpYuf0BR1wfijDza+282uGHbulnX0R0OZd2qh3V3Gqp6eIeD
mfZuXms00rJ1LVnv5RovLMjxjofW9r6h6w2XGQil37BsMEG2rnv/4LMWvk8L
9wUX6F+nZuMYKRFBT2k3gVuQUrVDDZOkysnMNQinFkADQoMK/nTxnrb9PTIB
dTZblqaYllUxUie5eQeHW2GeDKoL5hf1us1+oQd1zU9e68LkeTubZaPkZFXW
6jszn9ONEwl/BHZHuQJzY5Q8qbL3OIsEZeDxe+zGgpJ5qVeErdafY6KOPtT0
pATdjVX52sSuKJDYf27T0qU0cBDXOTg7tH+i16U61/mFKWoNMmqUvNDkxv8G
Vp3mG8pWPAPbH5b0GFtzcM2E7RVjJ1mbEoNH1HxPtBfXgwZ0Gro7uHQ3YZoP
Dd6LemFCn6JIPeR6GL9AdWABeLMOruxKXqND6Eznv3CF1HdtDkIVs/Bny/d8
zI+WeCvu0OkOqwQ3bohuk1Z63oydJ1Kvs0CqCZsd79397IH/gC169Iz7YFMd
lg9XkzMUKeOUWt0wTUir+LCEELWoQFf/gzqh/hdBUy5fO2AfxkGUoLbgS7d6
+wu2egZ6auPqHJ32u4ou5bDl+Dfu7X/5ag6+YDUACGwvEQaD2SF2497tL554
/wsmfsNN9ajhXqct5Y07e/gCHOiZNbRdjPvG0T1Cl7Ja6CL7JWjfdOPO3S9e
8N6XLBjWczp+PMHhplk9du0sXOjKX/vEWlgv+IV3HHm/OTxqtH00gZ0l/wee
Ciii2LEAAA==

-->

</rfc>
