You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IP information is useful for various purposes like rate-limiting, logging, etc, ... I believe that popular RPC libraries usually have a way to access that info. (e.g., we're using gRPC and it's included in the message metadata)
The text was updated successfully, but these errors were encountered:
update: I was able to get the IP with the below approach. Though my server is behind Cloudflare & Kubernetes so need to check http request headers("CF-Connecting-IP" or "x-forwarded-for") to get the public client IP :/, oh well...
IP information is useful for various purposes like rate-limiting, logging, etc, ... I believe that popular RPC libraries usually have a way to access that info. (e.g., we're using gRPC and it's included in the message metadata)
The text was updated successfully, but these errors were encountered: