I’m somehow unable to create a http.request.uri.path matches
rule:
But the documentation says, it should work:
Matches Google re2 regular expression
matches
~
![]()
![]()
![]()
http.request.uri.path matches "^/articles/200[7-8]/$"
What am I doing wrong?
I’m somehow unable to create a http.request.uri.path matches
rule:
But the documentation says, it should work:
Matches Google re2 regular expression
matches
~
![]()
![]()
![]()
http.request.uri.path matches "^/articles/200[7-8]/$"
What am I doing wrong?
~
is just a reference, the right operator is matches
, however you will need a Business plan at least.
This topic was automatically closed after 14 days. New replies are no longer allowed.