IP rate limiting with Cloud Armor

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(β€˜/’)

1 Like

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.