Forum Discussion
dwbrown_260122
Nimbostratus
May 24, 2017Having trouble with HTTP_FORWARDED_FOR iRule.
We are using the HTTP_XFORWARDED_FOR iRule to capture internal source IP addresses in the logs. However it is returning duplicate IP addresses. The IPs are for the same host. Thanks for the help. ...
Anesh
Cirrostratus
May 24, 2017Enable the HTTP profile's X-Forwarded-For header option, instead of using an iRule. If you still want to use an iRule use below
when HTTP_REQUEST {
HTTP::header insert CLIENTIP [IP::client_addr]
}
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