REMAP {
    if (inbound.req.X-A == "a") || (inbound.req.X-B == "b") {
        inbound.req.X-Result = "yes";
    }
}
