WAF Managed rule issue

I'm trying to connect my n8n with my Wordpress website which is proxied via Cloudflare.

In the intial setup, my n8n node is getting rejected due to cloudflare page (see it in the response), when i disabled "Bot Protection" feature everything worked fine.

Since then, I enabled it back and trying to find the current managed rule to solve this issue.
I added all public IPs of n8n but still nothing works.

Attaching event example and the current set rule. Any help would be appriciated.


{
  "action": "managed_challenge",
  "clientASNDescription": "MICROSOFT-CORP-MSN-AS-BLOCK",
  "clientAsn": "8075",
  "clientCountryName": "DE",
  "clientIP": "20.52.126.8",
  "clientRefererHost": "",
  "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
}
e597ec4dba21812ae725a4c740c86399fe1d194d_2_810x1000.png
Was this page helpful?