Forum Discussion
Nandhi
Cirrus
Thanks Paulius & Zamroni.
The actual need is bit different. The end point expecting the header name "HTTP_XFF" with original client IP. By default, header name uses the string X-forwarded-for:<client-ip>
The end point does not support "X-forwarded-for" and supported configuration is ,<add key="LoadBalancerClientAddressHeader" Value="HTTP_XFF"/>
zamroni777
Jan 10, 2024Nacreous
when the http request comes to f5 vs, does it already have xff header?
if no, then you simply can set the custom header name in http profile as Paulius mentioned above.
example in picture 1
but if yes, then you can use gui based traffic policy to copy and create new xff header.
example in picture 2