I want to define two separate BTs: * BT-1: URI Ends with: hendelser/feed * BT-2: URI matches Regex: hendelser\/[a-f0-9]+ (match for hexadecimal GUID) My problem is that the Regex for BT-2 also consumes the URI for BT-1 which I definitely do not want, meaning that I cannot find a way to define a Regex that excludes the string "feed" when searching for a hexadecimal GUID. I know some engines has support for Regex Conditionals which Appdynamics apparently don't support. After spending too much time on this I wonder if some of you are more experienced than I am and could guide me on this matter?
... View more