Forum Discussion
bitva_135199
Nimbostratus
Mar 21, 2016Where is route_domain in X-Forwarded-For iRule coming from and why iRule not always working?
Hi! We have some special application that uses the X-Forwarded-For header for IP authentication. The security/design issues with that "feature" aside...
The app is a bit particular where it only wa...
JG
Cumulonimbus
Mar 22, 2016How about:
when HTTP_REQUEST {
if {[HTTP::header exists X-Forwarded-For]}{
HTTP::header remove X-Forwarded-For
}
HTTP::header insert X-Forwarded-For "[IP::client_addr]"
}
and I am really surprised that you have so many route domains configured and it's good to know that RD works on scale!
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