Mak Limah Biadab
CDCloudflare Developers
•Created by evans on 11/18/2024 in #general-help
Detect ip of a city in a country
Try using ip.src.city and ip.src.country but you need to write the expression of the logic yourself. Also, I not sure if this field lock by plan or not.
https://developers.cloudflare.com/ruleset-engine/rules-language/fields/standard-fields/#ipsrccity
https://developers.cloudflare.com/ruleset-engine/rules-language/fields/standard-fields/#ipsrccountry
2 replies
CDCloudflare Developers
•Created by XyoticTV on 11/17/2024 in #general-help
Only 1 out of 4 Redirects are working?
Not working (1): too many redirect, follow this link to find the point of failure.
https://developers.cloudflare.com/ssl/troubleshooting/too-many-redirects/
Not working (2) and Not working (3): the root domain in the expression is totally different from the zone domain name astralminecraft.com. It will not work. You need to create another zone name astralpixelmon.com, make sure you own this domain to complete the setup.
3 replies
CDCloudflare Developers
•Created by kaszakukus on 11/16/2024 in #general-help
Can Cloudflare effectively protect my REST API backend server if it’s exclusively used by mobile app
Block by user-agent example at rate limit, but you still can use at custom rule
https://developers.cloudflare.com/waf/rate-limiting-rules/use-cases/#example-3
3 replies
CDCloudflare Developers
•Created by kaszakukus on 11/16/2024 in #general-help
Can Cloudflare effectively protect my REST API backend server if it’s exclusively used by mobile app
WAF custom rule can do.
https://developers.cloudflare.com/waf/custom-rules/use-cases/allow-traffic-from-specific-countries/
3 replies
CDCloudflare Developers
•Created by A-Dev on 11/11/2024 in #general-help
Learn Cloudfalre ?
This one good as a base point anything related to ddos and secure the site
https://developers.cloudflare.com/ddos-protection/best-practices/respond-to-ddos-attacks/
5 replies
CDCloudflare Developers
•Created by PwnageEverywhere on 11/11/2024 in #general-help
Origin Rules for reverse proxy
It's hard to guess, try trace see which rule is evaluating might give something here.
https://developers.cloudflare.com/fundamentals/basic-tasks/trace-request/how-to/
2 replies
CDCloudflare Developers
•Created by dz0ny on 11/13/2024 in #general-help
Get Automatic SSL/TLS enrollment status for the given zone
I believe in the zone setting. No harm to try just a GET method
https://developers.cloudflare.com/api/operations/zone-settings-get-single-setting
2 replies
CDCloudflare Developers
•Created by estgd on 11/13/2024 in #general-help
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
You can try follow the decision tree here.
https://developers.cloudflare.com/ssl/troubleshooting/version-cipher-mismatch/
3 replies
CDCloudflare Developers
•Created by Young on 11/14/2024 in #general-help
DNS_PROBE_FINISHED_NXDOMAIN
3 replies
CDCloudflare Developers
•Created by R3d on 11/14/2024 in #general-help
SSL Certificate Installation
You mean install cert on your origin right ? If that the case you can follow this docs.
https://developers.cloudflare.com/ssl/origin-configuration/origin-ca/
2 replies
CDCloudflare Developers
•Created by The_Cookie on 11/14/2024 in #general-help
Excluding API Endpoints from anti Bot feature
WAF custom rule with Skip action is the way.
https://developers.cloudflare.com/waf/custom-rules/skip/
2 replies
CDCloudflare Developers
•Created by Auspicious on 11/15/2024 in #general-help
Cloudflare certificate renewal validation
Try add the expected TXT record first. Pending validation usually indicate something need to fix or add on the user side.
4 replies
CDCloudflare Developers
•Created by JurassicJaws on 11/15/2024 in #general-help
Public IP Address Changed, Cloudflare Having Issues
4 replies
CDCloudflare Developers
•Created by JurassicJaws on 11/15/2024 in #general-help
Public IP Address Changed, Cloudflare Having Issues
Try open the site even thought you see the error, there might be the error code display. With that you can find the error code in the docs.
4 replies
CDCloudflare Developers
•Created by Oliwer on 11/15/2024 in #general-help
Query string keep being appended twice
Try redirect rule instead of page rule. It have wildcard option.
https://developers.cloudflare.com/rules/url-forwarding/single-redirects/settings/#wildcard-url-redirect
3 replies