Forum Discussion
Asteroidia
Nimbostratus
Apr 09, 2020IP address of pool member servicing a connect request in response header?
Is it possible to include the host IP address of which server in a pool handles a client request? Can the IP address be included in the response header?
- Dario_Garrido
Noctilucent
Hello Asteroidia.
Sure you can.
when HTTP_REQUEST { set clientIP [IP::client_addr] } when HTTP_RESPONSE { HTTP::header insert Client_IP $clientIP }
REF - https://clouddocs.f5.com/api/irules/HTTP__header.html
KR,
Dario.
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