Hi there,
I have a docker image deployed as a v2 app that receives http traffic using the [http_service] configuration. I would like to derive the real ip address of any requests I receive to this app. Currently I am looking at the X-Forwarded-For header and taking the last address in the comma delimited string but I believe this approach depends on whether this traffic is coming through a reverse proxy and probably some other considerations? Is there any documentation or is anyone able to outline what the correct approach is for acheiving this?
Thanks!