IP Restriction
The IP blocking security method introduces an additional layer of protection, allowing users to restrict API calls based on the requester’s IP address. This means you can control which IPs are allowed to access your API and which are blocked.Enabling the feature
To enable this feature, follow the simple steps below:How it works
When the IP Restriction module is not enabled, the API works normally and allows access from any IP address that makes a request.Behavior for unregistered IPs
When a request is made from an IP address that is not on the allowed list, the API responds with a clear error message:Benefits of IP blocking
Control
With this feature, you have full control over who can access your API.
Threat Protection
IP restriction helps protect your API against unauthorized access.
Security Compliance
For companies that need to comply with strict security regulations.