Which CLI command adds the OWA policy CAS_policy_cs_owa with a rule to match the /owa path in a case-insensitive manner?

Master Citrix ADC13 with Citrix Gateway 1Y0-231 Test. Use flashcards and multiple choice questions with hints. Prepare thoroughly for your exam!

Multiple Choice

Which CLI command adds the OWA policy CAS_policy_cs_owa with a rule to match the /owa path in a case-insensitive manner?

Explanation:
The rule must evaluate the request URL in a case-insensitive way and look for the specific path /owa. Using HTTP.REQ.URL.SET_TEXT_MODE(IGNORECASE) makes all subsequent URL text comparisons ignore case, then CONTAINS("/owa") checks for that exact path segment, ensuring the match works whether the URL uses /owa, /OWA, /Owa, etc. Attaching the OWA action ties this rule to the OWA handling, so qualifying requests for the /owa path trigger the correct behavior. The command that combines these pieces correctly is the one that uses IGNORECASE for the URL, searches for "/owa", and assigns the OWA action. Other options fail because they omit the ignore-case handling, omit the leading slash, or reference a different action name, which would not properly match the intended path or apply the OWA policy.

The rule must evaluate the request URL in a case-insensitive way and look for the specific path /owa. Using HTTP.REQ.URL.SET_TEXT_MODE(IGNORECASE) makes all subsequent URL text comparisons ignore case, then CONTAINS("/owa") checks for that exact path segment, ensuring the match works whether the URL uses /owa, /OWA, /Owa, etc. Attaching the OWA action ties this rule to the OWA handling, so qualifying requests for the /owa path trigger the correct behavior. The command that combines these pieces correctly is the one that uses IGNORECASE for the URL, searches for "/owa", and assigns the OWA action. Other options fail because they omit the ignore-case handling, omit the leading slash, or reference a different action name, which would not properly match the intended path or apply the OWA policy.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy