How do i put a condition, if URI have specific condition need to skip the policy

Not applicable

How do I create a condition for a policy, if the request URI has a specific keyword need to skip the policy?

Kindly help me with the condition

0 2 359
2 REPLIES 2

Kindly be more specific and give examples (both positive and negative cases), and someone will try to help you.

Or, you can read the documentation for the Conditions, yourself.

@Thiruvettai Athithiyan S

You can extract the keyword from the incoming request uri using Extract variable policy/javascript. You can use this value to put a condition for policy execution. If you have multiple keywords, you can create a KVM with all keywords and you can validate the keyword against the KVM before executing hte policy.