is there an easy way to capture the IP of a doPost(e)
request and store it with the incoming values of the POST as to track the origin of the request?
It does not seem to be available via e.parameter
.
I cannot find a complete list of the other properties or methods of e
.