AWS - Advanced Security
Given this AWS WAF rule configuration snippet:
What will happen when a request URI contains the text "BadBot"?
{"Name": "BlockBadBots", "Priority": 1, "Action": {"Block": {}}, "Statement": {"ByteMatchStatement": {"SearchString": "BadBot", "FieldToMatch": {"UriPath": {}}, "TextTransformations": [{"Priority": 0, "Type": "NONE"}]}}}What will happen when a request URI contains the text "BadBot"?
