Muudka
Muudka
CDCloudflare Developers
Created by Muudka on 12/10/2024 in #pages-help
My site blocked.
My develop site is being blocked by cloudflare, someone flagged it as phishing and I have contacted cloudflare about it and they have not removed the phishing message. Now it is returning 403. I am not sure what I need to do to get this removed or who else to contact.
2 replies
CDCloudflare Developers
Created by Muudka on 7/3/2024 in #workers-help
#parallel request
#request-cancelled am making three #parallel request to work api. Sometimes one of the Calls goes into a pending state before it is cancelled. Sometime it is just cancelled. I am not sure what is going on, all the request have to go through an Auth middleware that modifies the request object to attach additional information that is then available to the controller. The Auth middleware interacts with a self managed Postgres db. In all instance where the request is cancelled it never makes it through the Auth middleware. Any help would be appreciated
1 replies