Please use the 👍 reaction to show that you are interested into the same feature.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
The recording server currently logs the IP address of the client connecting to it. If the server is running behind an offloading webserver, this IP gets logged instead of the "real" client IP. There should be a way to configure a list of trusted upstream servers (IP and/or network range) and if a request is coming from their IP, headers like X-Forwarded-For or X-Real-IP should be used for logging.
Example (I was performing the request from 87.123.49.***):
How to use GitHub
The recording server currently logs the IP address of the client connecting to it. If the server is running behind an offloading webserver, this IP gets logged instead of the "real" client IP. There should be a way to configure a list of trusted upstream servers (IP and/or network range) and if a request is coming from their IP, headers like
X-Forwarded-For
orX-Real-IP
should be used for logging.Example (I was performing the request from
87.123.49.***
):