Hello, community,
I would like to implement IP rate limiting using Cloud Armor for a URL that follows the format specified in the request: httpRequest.requestUrl.
Thanks & Regards
Hello, community,
I would like to implement IP rate limiting using Cloud Armor for a URL that follows the format specified in the request: httpRequest.requestUrl.
Thanks & Regards
no worries, it works finally.
request.headers[βhostβ].contains(βtest.armor.orgβ) && request.path.matches(β/β)
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.