Forum Discussion
Bryce_Halkerst1
Nimbostratus
Mar 12, 2013Header insert for lb server ip and tcp port
Working
X-Who-A
when HTTP_RESPONSE {
set server [string range [LB::server] 2 end]
set port [string range [LB::server port] 2 end]
HTTP::header insert "X-Who-A...
nitass
Employee
Mar 12, 2013e.g.
[root@ve10:Active] config b virtual bar list
virtual bar {
snat automap
pool foo
destination 172.28.19.252:80
ip protocol 6
rules myrule
profiles {
http {}
tcp {}
}
}
[root@ve10:Active] config b pool foo list
pool foo {
members 200.200.200.101:80 {}
}
[root@ve10:Active] config b rule myrule list
rule myrule {
when HTTP_RESPONSE {
scan [IP::remote_addr] {%d.%d.%d.%d} a b c d
HTTP::header insert "X-Who-A" "AN-$c.$d-[TCP::remote_port]"
}
}
[root@ve10:Active] config curl -I http://172.28.19.252
HTTP/1.1 200 OK
Date: Tue, 12 Mar 2013 15:11:03 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 27 Oct 2012 03:22:35 GMT
ETag: "4183f3-59-f28f94c0"
Accept-Ranges: bytes
Content-Length: 89
Content-Type: text/html; charset=UTF-8
X-Who-A: AN-200.101-80
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