Add the Pool server IP in the HTTP Response that was selected as a part of Load Balancing Algorithm.
when HTTP_RESPONSE {
# Insert pool member IP in a header named Pool-Info
HTTP::header insert Pool-Info [LB::server addr]
}
-- HTTP_RESPONSE
avi.http.add_header("Pool-Info", avi.pool.server_ip())