REMAP {
    if inbound.req.X-Debug != "keep" {
        inbound.req.X-Debug-Foo = "";
        inbound.req.X-Debug-Bar = "";
    }
}
