I going to add a payment call back for this URL and some hardware device will keep calling this URL also. how can I make sure Cloudflare will not block this frequent call? From the same Ip sometime.
thank you
To ensure Cloudflare doesn’t block frequent calls to your URL from the same IP, you can create a Firewall Rule that allows traffic from the specific IP addresses. Here’s how to do it:
- Log in to your Cloudflare account and select the domain you want to configure.
- Click on the “Firewall” tab in the menu.
- Navigate to the “Firewall Rules” section and click “Create a Firewall rule.”
- Give your rule a name, for example, “Allow Payment Callbacks.”
- Configure the rule with the following settings:
- Field: IP Address
- Operator: Equals
- Value: Enter the specific IP address that should be allowed - Under “Then,” select “Allow” as the action.
- Click “Deploy” to save and activate the rule.
You want to limit to a specific URL to allow, then you can add that to the rule as well
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.