Request Filters
The Request Filters feature allows you to control which requests are processed by your integration, helping prevent unauthorized use and potential abuse.
To configure request filters, visit the Config tab in your dashboard and select Request Filters.
Origin Filtering
Origin filtering lets you define which website origins (domains) are allowed or blocked:
- Allowlist Mode: All origins are blocked by default, except those explicitly added to the allowlist.
- Blocklist Mode: All origins are allowed by default, except those explicitly added to the blocklist.
This is especially useful for preventing malicious actors from embedding your content or imitating your site.
HTTP Header Filtering
HTTP header filtering enables you to block or allow requests based on specific HTTP headers.
Example: To block requests originating from a specific third-party site, add a filter with the following configuration:
- Header Name:
Referer
- Match Rule: Contains
- Value:
untrusted-domain.com
This helps you restrict access to your API or resources based on the request context.