REMAP {
    if inbound.req.X-Foo || inbound.req.X-Bar {
        inbound.req.X-fie = "123";
    }
}
