-
Hello there. Is there a way to get the socket client ip address when connect/disconnect? |
Beta Was this translation helpful? Give feedback.
Answered by
Totodore
Oct 6, 2024
Replies: 1 comment 3 replies
-
Hey, As explained here : #101. It depends on your http framework. If you use axum you can get the IP with the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Totodore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
As explained here : #101.
It depends on your http framework. If you use axum you can get the IP with the
HttpExtension
extractor. If you use something else it depends on how client IPs are implemented.