REMAP {
    if to.url.path ~ /foo/ {
        inbound.req.To-URL = "allowed";
    }
}
