Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion 13/umbraco-cms/reference/security/api-rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,8 @@ public class ApiRateLimiterComposer : IComposer
}
}
```
{% endcode %}
{% endcode %}

{% hint style="info" %}
When Umbraco runs behind a WAF or reverse proxy, rate-limiting may fail if the client IP address is not forwarded correctly. Configure your proxy or WAF to send the original client IP using headers like X-Forwarded-For. This will prevent all requests appearing to come from one IP address which would cause incorrect rate-limit enforcement.
{% endhint %}
6 changes: 5 additions & 1 deletion 16/umbraco-cms/reference/security/api-rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,8 @@ public class ApiRateLimiterComposer : IComposer
}
}
```
{% endcode %}
{% endcode %}

{% hint style="info" %}
When Umbraco runs behind a WAF or reverse proxy, rate-limiting may fail if the client IP address is not forwarded correctly. Configure your proxy or WAF to send the original client IP using headers like X-Forwarded-For. This will prevent all requests appearing to come from one IP address which would cause incorrect rate-limit enforcement.
{% endhint %}
6 changes: 5 additions & 1 deletion 17/umbraco-cms/reference/security/api-rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,8 @@ public class ApiRateLimiterComposer : IComposer
}
}
```
{% endcode %}
{% endcode %}

{% hint style="info" %}
When Umbraco runs behind a WAF or reverse proxy, rate-limiting may fail if the client IP address is not forwarded correctly. Configure your proxy or WAF to send the original client IP using headers like X-Forwarded-For. This will prevent all requests appearing to come from one IP address which would cause incorrect rate-limit enforcement.
{% endhint %}