Akamai returns client IP in True-Client-IP header. This can be disabled in Akamai settings so that Akamai will return client IP in HTTP-X-Forwarded-For header, but this will contain multiple IP addresses (Client IP, Proxy 1, Proxy 2, etc).
I need to retrieve the client IP in the web server (IIS 7.5), behind F5 load balancer.
What do I need to do in the F5?
Will F5 pass the True-Client-IP header to the web servers directly?
Or, should I change Akamai settings to return client ip in HTTP-X-Forwarded-For header instead?