Skip to content

Commit

Permalink
Deploying to gh-pages from @ 61815b6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Nov 21, 2023
1 parent a915d72 commit 8dc1ff1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions reference/rate-limiting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,19 +500,19 @@ <h3 id="basicstation-cups">BasicStation CUPS</h3>
</table>
</div>
<div class="has-vertical-space">
<a href="#oauth-server-account-app-gateway-configuration-server-interop-server-metrics-health-pprof">
<h3 id="oauth-server-account-app-gateway-configuration-server-interop-server-metrics-health-pprof">OAuth Server, Account App, Gateway Configuration Server, Interop Server, Metrics, Health, pprof</h3>
<a href="#oauth-server-account-app-gateway-configuration-server-interop-server-metrics-health-pprof-azure-iot-central-integration">
<h3 id="oauth-server-account-app-gateway-configuration-server-interop-server-metrics-health-pprof-azure-iot-central-integration">OAuth Server, Account App, Gateway Configuration Server, Interop Server, Metrics, Health, pprof, Azure IoT Central integration</h3>
</a>
<table class="fixed">
<tbody>
<tr>
<td><b>Description</b></td><td>Limit number of HTTP requests by remote IP and request URL. `{{ Server }}` is `oauth`, `account`, `gcs`, `interop`, `metrics`, `health`, `pprof` respectively.</td>
<td><b>Description</b></td><td>Limit number of HTTP requests by remote IP and request URL. <code>{{ Server }}</code> is <code>oauth</code>, <code>account</code>, <code>gcs</code>, <code>interop</code>, <code>metrics</code>, <code>health</code>, <code>pprof</code> or <code>as:io:packages:azure:iotcentral</code> respectively. <code>{{ AuthInfo }}</code> is either <code>ip:{{ RemoteIP }}</code> or <code>token:{{ AuthTokenID }}</code> if the caller presents authentication information.</td>
</tr>
<tr>
<td><b>Classes</b></td><td><code>http:{{ Server }}</code> <code>http</code></td>
<td><b>Classes</b></td><td><code>http:{{ Server }}:{{ URLTemplate }}</code> <code>http:{{ Server }}</code> <code>http</code></td>
</tr>
<tr>
<td><b>Key</b></td><td><code>http:{{ Server }}:ip:{{ RemoteIP }}:url:{{ URL }}</code></td>
<td><b>Key</b></td><td><code>http:{{ Server }}:{{ AuthInfo }}:url:{{ URL }}</code></td>
</tr>
<tr>
<td><b>Example</b></td><td><code>http:oauth:ip:10.10.10.10:url:/authorize</code></td>
Expand All @@ -523,7 +523,7 @@ <h3 id="oauth-server-account-app-gateway-configuration-server-interop-server-met

<div class="notification is-info is-light has-text-dark">
<h5 class="title is-family-sans-serif has-text-dark mb-1">Note:</h5>
gRPC Requests support multiple classes. This is to enable overriding the generic rate limits for specific gRPC methods.
Both gRPC methods and HTTP endpoints support multiple classes. This enables overriding the generic rate limits for specific methods and endpoints.
</div>

<div class="notification is-warning is-light has-text-dark">
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
<lastmod>2023-04-19T08:14:44+02:00</lastmod>
</url><url>
<loc>https://www.thethingsindustries.com/docs/reference/rate-limiting/</loc>
<lastmod>2023-11-18T00:13:12+05:30</lastmod>
<lastmod>2023-11-21T12:48:04+01:00</lastmod>
</url><url>
<loc>https://www.thethingsindustries.com/docs/whats-new/</loc>
<lastmod>2021-04-01T12:24:22+05:45</lastmod>
Expand Down

0 comments on commit 8dc1ff1

Please sign in to comment.