Hi,
is it possible to construct the L7 HTTP class-map expression to match all URLs except one?
I have 1 correct url, for example: /correcturl.* and want to redirect requests to all other possible URLs to this one, without the need to list them all in "possitive match" statements.
I tried variations of:
match http url /^(correcturl).*
with no luck.
Thanks,
Lubomir