ip address from callback #1958
-
I have reviewed an example of using a callback to request data from example and it's not entirely clear whether it's possible to obtain the IP address of the client that requested the data and the IP address of the server providing the data. |
Beta Was this translation helpful? Give feedback.
Answered by
janiversen
Feb 1, 2024
Replies: 1 comment
-
Of course you can get the ip address but it is not provided in the call. The ip address of the server if what you configured. To get the IP address you need to dig down in the transport code and examine the socket. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
janiversen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course you can get the ip address but it is not provided in the call. The ip address of the server if what you configured.
To get the IP address you need to dig down in the transport code and examine the socket.