Have a requirement where the need is to ignore the case sensitivity for a request parameter value.
After creating virtual service, in Workstation, under request data arguments have disabled the “Case Sensitive” checkbox and tried executing/verifying the virtual service using ITR mode, and getting the expected response.
When same virtual service is deployed in DevTest Portal, ignoring the case sensitivity is not working.
Release : 10.7.2
It is suggested trying Regular Expressions to ignore the case. In this particular case, try changing the particular argument from "= lipitor" to "Regular Expression (?i)lipitor".
Refer to section "Regular Expression" in DevTest documentation for the version being run.