yash2843
yash2843
CDCloudflare Developers
Created by yash2843 on 8/15/2024 in #general-help
Issues with Bot Fight Mode Not Detecting Bots on Cloudflare Worker
Hello Cloudflare Community, I hope you all are doing well. I'm reaching out with a concern that’s been bothering me for some time, and I’m hoping someone here might be able to shed some light on it. I’ve recently enabled the free version of Bot Fight Mode on my Cloudflare account, expecting it to help me detect and mitigate bot traffic. However, despite enabling it, I’m not seeing any evidence that it’s working, especially when I check the logs for requests handled by my Worker. Here’s a quick rundown of what I’ve done: 1. Enabled Bot Fight Mode: I’ve enabled the free version of Bot Fight Mode in my Cloudflare dashboard. 2. Real User Testing: I’ve been sending requests from my own browser to test this, and I can confirm that the requests are hitting Cloudflare and being logged. 3. Worker Setup: My Worker is set up on a subdomain of my main domain, and the requests are processed through this Worker. Issues: 1. Despite enabling Bot Fight Mode, the botManagement object in request.cf is not being populated in my Worker. 2. Logs don’t show any bot-related information, leaving me unsure if Bot Fight Mode is even being applied. 3. I’m on the free plan, so I’m wondering if this is a limitation of the free tier or if I might be missing something in my configuration. Questions: 1. Is request.cf.botManagement supposed to work with the free version of Bot Fight Mode, or is it only available on higher-tier plans? 2. Could the issue be related to my Worker being on a subdomain? Does Bot Fight Mode apply differently in this case? 3. Has anyone else experienced this issue, and if so, how did you resolve it? I’m feeling a bit stuck and would greatly appreciate any guidance or advice you can provide. I’m dedicated to making this work and am open to any suggestions or tips. Your help means a lot to me, and I’m hopeful that together, we can figure this out. Thank you so much in advance!
3 replies
CDCloudflare Developers
Created by yash2843 on 3/28/2024 in #general-help
Cloudflare MFA Codes are not sent
I have lost my Cloudflare's MFA codes, so I raised the request to send the codes again. For this I have verified my device, and cloudflare mentions that within 5 days the codes will be sent. It has been almost a month since I raised a request, and since then I'm continously raising it every 5 days, but till now I haven't got my codes, so do anyone have an idea of how I can recover my account?
12 replies
CDCloudflare Developers
Created by yash2843 on 2/12/2024 in #general-help
Cloudflared Tunnel: Tunneling for custom ports
Can anyone please help me to understand, how can I expose custom ports(for example port 5432) or protocol(for example udp) on cloudflared tunnel? I have tried to expose my database on the tunnel, so that other services can also access it. For this, I have: Create a public hostname(say db.example.com) on the tunnel Point the hostname to the service: Type: TCP URL: localhost:5432 Now, I'm trying to access the database using a client, but I'm getting a connection timed out error
17 replies