Regex for URL in Business Transaction
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 w...