I'm having an issue with a SOAP API which validates the origin IP. The thing is that within Cloud Functions one can debug the client request object and retrieve the requester IP. In this case I need to retrieve the parse platform instance IP. There is a method or a workaround for this? Thanks!
Asked
Active
Viewed 57 times
0
-
Take a look at this thread: https://stackoverflow.com/questions/3653065/get-local-ip-address-in-node-js – Davi Macêdo Nov 10 '22 at 20:52