? [SOLVED]: Pabbly requests Blocked by Cloudflare

Status: Closed · Asked by Илья Малащук on · 0 views

Karek Rami — Question ·
Hey guys, I'm trying to save my e-commerce orders to AIRTABLE the process in pabbly connect is:

WC Order Created ==► Order Details saved on AIRTABLE sheet ==► Delay for 24h ==► pabbly will check order status if completed ==► update the order status in Airtable from hold to complete (last two steps only for manual payments)

cnjGK3A

my issues is my website contain a security plugins and I think it's blocked the pabbly bot in the (Order Retrive) trigger I got an error in the request I think it's saying like the bot was blocked by Cloudflare or something like that here's my page source of the response:









Just a moment...
Pabbly — Reply ·
Hey guys, I'm trying to save my e-commerce orders to AIRTABLE the process in pabbly connect is:

WC Order Created ==► Order Details saved on AIRTABLE sheet ==► Delay for 24h ==► pabbly will check order status if completed ==► update the order status in Airtable from hold to complete (last two steps only for manual payments)

cnjGK3A

my issues is my website contain a security plugins and I think it's blocked the pabbly bot in the (Order Retrive) trigger I got an error in the request I think it's saying like the bot was blocked by Cloudflare or something like that here's my page source of the response:









Just a moment...
Karek Rami — Reply ·
We're looking over it and are in touch with the Cloudflare team regarding the same.

Will keep you posted with the updates!


Hello Pabbly team, thank you for your reply, for now I use a temporary solution and the problem solved by adding the Pabbly servers (AWS ASN) to the whitelist of cloudflare account and make firewall to bypass the blocking for pabbly...


to save time, here's the Expression rules:

(http.host eq "*.ec2-44-224-102-169.us-west-2.compute.amazonaws.com/*") or (http.host eq "*.pcmailhook.com/*") or (http.host eq "*.connect.pabbly.com/*") or (ip.src eq 44.224.102.169) or (ip.geoip.asnum eq 16509)


Finally, it's working now when i made requests to my woocommerce. Thank you.

Back to all forum threads · Log in to reply