joelsz
joelsz
CDCloudflare Developers
Created by joelsz on 10/22/2023 in #workers-help
Modify uploaded image size
Can anyone help? Is there a way to rewrite the image within a worker?
2 replies
CDCloudflare Developers
Created by vinnn on 10/5/2023 in #general-help
Cloudflare Under attack mode
If you set your website to under attack mode "everyone" not only Google is getting a 403. You should only turn it on if your really under an attack. I use cloudflare for 3 years now and never had to use the under attack mode.
2 replies
CDCloudflare Developers
Created by Givik on 9/21/2023 in #general-help
Cloudflare URL mapping
You can create a Transform Rule Rewrite URL, which would add the /assets/image/ to the url
2 replies
CDCloudflare Developers
Created by joelsz on 8/29/2023 in #general-help
See request payload in dashboard
I was not aware that's an enterprise feature, will go that route then.
3 replies
CDCloudflare Developers
Created by nickchomey on 8/27/2023 in #general-help
Where can I find Traffic Sequence in the Dashboard?
You might need to zoom in or out in your browser, in my experience it doesn't show up on all screen sizes
11 replies
CDCloudflare Developers
Created by albertmgta on 8/24/2023 in #general-help
Cloudflare WAF (SQL Injection)
In the Security > WAF > Managed rules section check for the browse rules button and search for SQL related rules. You can change from the default rule action "log" to "block" mode. It's always good to confirm in the "Events" chart that no legitimate traffic is being blocked by this rule.
2 replies
CDCloudflare Developers
Created by Wobbley on 8/24/2023 in #general-help
How to delete an account I was invited to?
I'm referring to deletimg an account, as opposed to deleting my profile which appears to be the subject of the link you provided. So I have a work email which is part of an enterprise account, with that same email I created a free account as well, but then decided that I don't want it. There's no way for me to delete the free account from my list of accounts, and every time I login to cloudflare dash I now have to choose which account to use.
23 replies
CDCloudflare Developers
Created by Wobbley on 8/24/2023 in #general-help
How to delete an account I was invited to?
I don't think there's an option to delete an account, at least until 6 months ago there were no such option, so unless it was added since, it's not possible. A cloudflare rep once suggested to rename such account to "DELETED" to avoid confusion and to prepare for when such option would get available.
23 replies
CDCloudflare Developers
Created by Ennergizer on 7/26/2023 in #general-help
Ajax website: Captcha validation on 403 ajax request answer - what's the best solution
The application would check the ajax response status, and if there is a block it would either replace the entire page content with the captcha response, or redirect the full page to the ajax url so the captcha would be displayed for resolution
3 replies
CDCloudflare Developers
Created by doare on 7/14/2023 in #general-help
Website redirects too many times
Is the SSL/TLS setting configured to Full or Full (strict)?
4 replies
CDCloudflare Developers
Created by gjr on 7/11/2023 in #general-help
needs to review the security of your connection before proceeding.
Are you using a public proxy? Or parhaps a large organization/business network? Or maybe an old/uncommon browser? Can you post a screenshot of what you're seeing
113 replies
CDCloudflare Developers
Created by daniel_klungo on 7/7/2023 in #general-help
Is there a way to disable the `/cdn-cgi/image/` route?
You can also use a WAF rule for that matter, as it applies to any path
11 replies
CDCloudflare Developers
Created by m7a on 6/29/2023 in #general-help
DDoS mitigation
Cloudflare SOC is doing just that I believe
2 replies
CDCloudflare Developers
Created by Geometrically on 7/4/2023 in #general-help
WAF Blocking Calls from Cloudflare Workers
Can you see the error code the api is returning? It should be a 520 or 403 for a waf block, I believe, a SSL error would be different
15 replies
CDCloudflare Developers
Created by cheshirecat on 7/2/2023 in #general-help
WWW to Naked Domain with Redirect Rules, preserving Path
Bulk Redirects is officially the right way https://developers.cloudflare.com/pages/how-to/www-redirect/
4 replies
CDCloudflare Developers
Created by Geometrically on 7/4/2023 in #general-help
WAF Blocking Calls from Cloudflare Workers
Hi, Is it a free account? What status code are you seeing for the API? Did you check if you have configured any rate limit rules for APIs in general? You can also see more info in the Logs & Analytics section for blocked requests
15 replies