Need help to convert following irule to haproxy
if { [HTTP::header Host] eq “app.site.com” and [HTTP::path] starts_with “/call1”}
{
HTTP::header replace Host “ssl.api.site.com”
HTTP::uri [string map {“/call1” “”} [HTTP::uri]]
}
1 post - 1 participant