new to CSS. I'm trying to create a content rule that specifies a specific url match and then redirect to a specific server in the farm.
Issue is when entering the url I'm getting th following error: Unsupported or invalid content rule URI
This works: url "/123456789012345678901234567890/*"
This doesnt work: url "/1234567890123456789012345678901/*"
It seems that more than 30 character between the slashes is not supported even if less then the 252 character limit.
Can anyone confirm this or know a better way to do this type of balancing?