Get User IP Address from Realm webhooks Requests
That would be nice to have so simple and so valuable feature on Realm as obtaining User's IP Address from webhooks http requests! It is not a simple task to get all users requests when the business demands it!
1
vote
Wiki Models
shared this idea
-
Sumedha Mehta commented
Is this what you're looking for?
https://docs.mongodb.com/realm/functions/context#context.request
context.request.ip should give you the IP address of the the client that issued the request