Forum Discussion
jerm1020_254086
Aug 01, 2016Nimbostratus
create a new Header value manipulation iRule
create a new Header value manipulation iRule. This iRule needs to interrogate Header values and substitute the x-forwarded-for value with True-Client-IP value if available. our CDN is providing the a...
ekaleido_26616
Cirrocumulus
when HTTP_REQUEST {
if { HTTP::header exists X-Forwarded-For } {
HTTP::header replace X-Forwarded-For [[IP::client_addr]]
}
}
ekaleido_26616
Aug 01, 2016Cirrocumulus
[IP::client_addr] is whatever IP the user is assigned.
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