While disabled all rule still some traffic is blocking by rule

What is the name of the domain?

Amallocal.com

What is the issue you’re encountering

when i get traffic from Java-http-client/20.0.2.1 traffic is blocked, but when i use postman traffic is passed.

What steps have you taken to resolve the issue?

i disabled all rule but still traffic is blocked, i didn’t try to remove proxy due to security reason. my question why is not allowed to go trough when i disabled all rules, also i try to get that specific rule but i couldn’t get it, my other question is how can i get it the exact rule which is blocking the traffic.
{
“action”: “block”,
“clientASNDescription”: “CDN77 _”,
“clientAsn”: “60068”,
“clientCountryName”: “SE”,
“clientIP”: “185.76.9.42”,
“clientRequestHTTPHost”: “host.com”,
“clientRequestHTTPMethodName”: “GET”,
“clientRequestHTTPProtocol”: “HTTP/2”,
“clientRequestPath”: “/folder”,
“clientRequestQuery”: “”,
“datetime”: “2024-08-16T16:50:45Z”,
“rayName”: “8b42ecd97be1542e”,
“ruleId”: “874a3e315c344b1281ad4f00046aab6f”,
“rulesetId”: “48ba18287c544bd7bdbe842a294f1ae2”,
“source”: “firewallManaged”,
“userAgent”: “Java-http-client/20.0.2.1”,
“matchIndex”: 0,
“metadata”: [
{
“key”: “ruleset_version”,
“value”: “7”
},
{
“key”: “version”,
“value”: “6”
},
{
“key”: “type”,
“value”: “customer”
},
{
“key”: “js_detection”,
“value”: “MISSING”
}
],
“sampleInterval”: 1
}

Once we disable Custom Firewall Rules, there could be some time-frame (up to few minutes, however usually it’s sooner) to apply the changes for the zone using Cloudflare and for the proxied :orange: DNS records to which they’ve been applied.
Therefrom, if we were presented since before with the default Cloudflare Block Page and it’s kept in the Web browser, either we’d need to clear site cache and cookies and/or use Incognito mode (Private window), or a different Web browser, to check it immediately.

From the shared details of the Firewall Event from above, the below two fields would give us the information:

However, seems it was blocked by the Manged Rules or Bot Fight Mode :thinking:

May I ask if you’re using a free or paid Cloudflare plan for your zone? :thinking:

You could also try out with Skip rule:

I am using cloudflare plan, also i know this is the rule id --“ruleId”: “874a3e315c344b1281ad4f00046aab6f”,
“rulesetId”: “48ba18287c544bd7bdbe842a294f1ae2”, my question i need to disable that rule how can i get it from the interface. my mistake, i didn’t give time when i disable the rule but will try now and see.
Thanks