Forum Discussion
ihsanekici_1810
Nimbostratus
Jan 03, 2015Which Client Forward Which Node Irule?
Hi
i want to add which client request forwarded which node to http request header. Can you help me for this irule?
Brad_Parker
Cirrus
Jan 03, 2015Try this:
when HTTP_REQUEST {
HTTP::header insert "client_ip" [IP::client_addr] "node" [IP::server_addr]
}
- Brad_ParkerJan 03, 2015
Cirrus
syntax may actually need to be when HTTP_REQUEST { HTTP::header insert [list "client_ip" [IP::client_addr] "node" [IP::server_addr]] } - ihsanekici_1810Jan 04, 2015
Nimbostratus
hi brad when i add this irule website isn't open. - Brad_ParkerJan 04, 2015
Cirrus
Do you have an HTTP profile on your virtual server? It is require for http manipulation via the irule.
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