try {
RequestInspectorDefinedByJson jsonRulesInspector = new RequestInspectorDefinedByJson(
scenario.getMatchStringArg());
jsonRulesInspector.analyze(request);
if (jsonRulesInspector.hasAnySuccessForAtLeastOneRuleType()) {
// No errors, so we have a match.
indexValue = 1;