Forum Discussion
R_S
Jul 15, 2021Nimbostratus
Insert LTM IP and pool member IP in header in the response to client
Hi I want to insert the header in the response to client with the IP address of the LTM pool member that served the request and the Big-IP LTM IP address? What is the difference between IP::local_a...
spalande
Jul 16, 2021Nacreous
You can use something like below.
when HTTP_RESPONSE {
HTTP::header insert lb_server "[IP::server_addr]:[TCP::server_port]"
}
Alternatively, you can just use [LB::server], which will print the pool name as well along with the member
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects