Forum Discussion
KOR_124005
Mar 05, 2014Nimbostratus
How to setup X-Forwarded-For HTTP header to preserve the original client IP address for traffic translated by a SNAT ?
Hi All, Hope you are fine.
please need you Help,
i have problem,
when i activate the google proxy is the IP of the proxy that replaces the customer address
i tested the proxy wit...
nitass
Employee
have you added the logging to the irule? what did you get from the log?
KOR_124005
Apr 22, 2014Nimbostratus
and that the iRule applied
when HTTP_REQUEST {
log local0. "\[HTTP::header Forwarded\] [HTTP::header Forwarded]"
if { [scan [HTTP::header Forwarded] {for=%s} ip] == 1 } {
HTTP::header remove X-forwarded-for
HTTP::header insert X-forwarded-for $ip
}
}
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