Marty
CDCloudflare Developers
•Created by Marty on 4/17/2024 in #zaraz
I have Zaraz all set up for our website
Hmm, that's strange. Thanks for letting me know though. Unfortunately I'm on a free Cloudflare plan, and therefore unable to file a support ticket.
If someone from Zaraz/Cloudflare reads this: I've tried it on different systems, different browsers, as well as in incognito mode.
4 replies
CDCloudflare Developers
•Created by Marty on 4/17/2024 in #zaraz
I have Zaraz all set up for our website
Just hoping to check if other people also are unable to re-order the Zaraz purposes via the Cloudflare dashboard. Does it just not work for me or is everyone having this problem? Seems like a Cloudflare/Zaraz bug to me...
4 replies
CDCloudflare Developers
•Created by Marty on 9/2/2023 in #general-help
How to block access to certain url if IP address not in list?
The rule now works. It just seemed to have needed some time to be propagated everywhere...
9 replies
CDCloudflare Developers
•Created by Marty on 9/2/2023 in #general-help
How to block access to certain url if IP address not in list?
It blocks both with
(http.request.full_uri contains "subdomain.mydomain.com/wp-json" and ip.src eq 1.1.1.1)
and (http.request.full_uri contains "subdomain.mydomain.com/wp-json" and ip.src ne 1.1.1.1)
.9 replies
CDCloudflare Developers
•Created by Marty on 9/2/2023 in #general-help
How to block access to certain url if IP address not in list?
I have one redirect rule but that's not even related to this subdomain.
9 replies
CDCloudflare Developers
•Created by Marty on 9/2/2023 in #general-help
How to block access to certain url if IP address not in list?
No, it's my only WAF rule.
9 replies
CDCloudflare Developers
•Created by Marty on 9/2/2023 in #general-help
How to block access to certain url if IP address not in list?
Thanks Erisa, but what I now have seems to always block access. For example, when I use
(http.request.full_uri contains "subdomain.mydomain.com/wp-json" and ip.src eq 1.1.1.1)
I still get blocked.9 replies