IDC cloudflare blockage?

Any cloud IDC users out there having problems like we are? We heavily use the SQLEXEC() function, and yesterday it seems like they (or cloudflare) made an update so any of our DFD’s that use that feature won’t save. We just get a 403 and this fun message. I have a ticket open and supposedly they alerted the cloud ops team, but it’s been a full day and it’s not fixed. Just wondering if we’re the only ones using this, or why they seem so slow to be able to fix it.

3 Likes

I just played with a test DFD and shows it saved with no issue.
image

I believe it has something to do with something in my formulas.

However, I just did a quick test on what that does save (it’s a simpler one) and added one of the SQL exec functions to it, and it saved just fine…

So maybe it’s not that. I guess some trial and error is in order here.

ok, I narrowed it down to a specific formula.

If I remove the nested part of the switch, then it will save.

Problem is, 1. I need that part and 2. I was working fine before.

When was this last working? Ancora made a change to their security protocols for Cloud instances and there are new restrictions on how SWL databases can be accessed from it…

Well, the DFD is working right now. They are using it. So it’s not the actual SQL that’s a problem. It’s saving the DFD that is causing the problem. So cloudflare must have had an update that’s searching for SQL injection, and for some reason this format is triggering it.

That would be my guess too.