REMAP {
    if inbound.req.path ~ /foo/ {
        skip-remap(true);
    }
}
