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
.
There is no way today to get the IP Address or the User Agent of the incoming request in
doGet
ordoPost
. Please log an enhancement request in our Issue Tracker along with details of your use case.