Forum Discussion
Jason_G__141424
Nimbostratus
Oct 28, 2014iRule to deal with multipule x-forwarded-for addresses in same request
I am currently having an issue with an iRule that I have written/borrowed. Below is a portion of the iRule that tracks the Clients IP addresss.
when CLIENT_ACCEPTED {
Collect the remote IP...
R_Eastman_13667
Oct 28, 2014Historic F5 Account
Notice that the case matters. Your first IP address x-forwarded-for header name is all lowercase.
if {[HTTP::header value "x-forwarded-for"] ne ""} {
set sourceIP [HTTP::header value "x-forwarded-for"]
}
- Jason_G__141424Oct 28, 2014
Nimbostratus
I noticed the case but wanted to make sure the rule wasn't impacted if the case was to change in the future.
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