I have a Google Cloud Function that is triggered by a HTML request. I need to get the source IP address. I've tried printing the whole request argument and it's not there.
Any ideas?
Note: this is NOT a duplicate of How to get client IP address in a Firebase cloud function?. The solution for Firebase Cloud Functions does not work on Google Cloud Functions.