I’m having an issue with trying to connect to my wordpress site with the Wordpress Node.
I did everything as described in the guide and still get Forbidden status.
My site is proxied by Cloudflare, so I went an disabled the Bot Protection and viola, connection was successful.
Since then, I’m trying to configure Cloudflare rules to allow traffic from n8n Cloud (IP list) without any luck.
Anyone else had this issue and can shed some light on how to resolve this?
Information on your n8n setup
- n8n version: 1.95.3
- Running n8n via n8n cloud
Hey @Alex1984
How are you setting? is WP added as an application in zero trust or, just domain added proxied through CF and to hosting provider?
Can you see IP which is getting block in firewall? maybe just add the one you see in CF logs.
Also I assume you used the IP range from the N8N docs website?
Samuel
Hi @King_Samuel_David ,
The domain added proxied through CF and to hosting provider.
Here’s the event, which seems to be blocked by the bot fight mechanism.
And yes, you assume correctly. I’ve added the list of public IPs from the doc and also added this specific IP, but still nothing
{
"action": "managed_challenge",
"clientASNDescription": "MICROSOFT-CORP-MSN-AS-BLOCK",
"clientAsn": "8075",
"clientCountryName": "DE",
"clientIP": "20.52.126.8",
"clientRefererHost": "",
"clientRequestHTTPHost": "methodqueen.com",
"clientRequestHTTPMethodName": "GET",
"clientRequestHTTPProtocol": "HTTP/1.1",
"clientRequestPath": "/wp-json/wp/v2/users",
"clientRequestQuery": "",
"datetime": "2025-06-10T02:24:00Z",
"ref": "",
"rayName": "94d568f29b084d22",
"ruleId": "bot_fight_mode",
"description": "",
"rulesetId": "",
"source": "botFight",
"userAgent": "n8n",
"matchIndex": 0,
"metadata": [],
"sampleInterval": 1
}
My custom rule:
1 Like
@Alex1984
Is this rule at the top of list, in WAF.
Sometimes other rules will override if not above it.
Best regards,
Samuel
Hey @Alex1984
How this go? any luck on it?
Samuel
Apologies, got distracted with other things.
No luck yet, and yes this is the first rule.
Planning to post of Cloudflare forums as well. Will update if find something.
1 Like