Forum Discussion
Matt_Elkington
Nimbostratus
Sep 03, 2007Using REMOTE_ADDR
This is my first iRule :-), and the first service I have depoloyed behind a LTM.
We have a web application that uses the REMOTE_ADDR header to preform tracking, originally it was not behind ...
kckirwan_49724
Nimbostratus
Sep 04, 2007We had the same problem using weblogic (logging was using the float IP from the F5 Load Balancers). Here's what I used to foward the client IP.
when HTTP_REQUEST {
set clip [IP::client_addr]
HTTP::header insert WL-Proxy-Client-IP $clip
}
Kevin Kirwan
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