Hello everyone,
we are trying migrate from F5 to A10, but we encountered some problems
there is part of our using irule ,
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with “/aaa/bbb/ccc/” } {
if { [HTTP::header exists “aaa”] } {
LB::detach
persist uie [HTTP::header “aaa”]
}
}
and we found that aflex didn’t has LB::detach this parameter
so , how can we solve the problem ? thanks
