Forum Discussion
Alexis_Bykov_13
Nimbostratus
Nov 27, 2013How-to include IP address(es) of some balanced Web Servers into HTTP Header?
What iRules I will use to include information about IP address(es) of some balanced Web Servers into HTTP Header?
Thomas_Gobet
Nimbostratus
Nov 27, 2013Hi,
Here is an iRule to include Web servers adresses into the header.when HTTP_RESPONSE {
HTTP::header insert Server_IP "[IP::server_addr]:[TCP::server_port]"
}
Alexis_Bykov_13
Nimbostratus
Nov 27, 2013Can I use following iRule for pool which has name Pool_Name?:
when HTTP_RESPONSE{
if {pool }
{HTTP::header insert Server_IP [IP::server_addr]}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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