Is it possible to access the remote IP address in a CouchDB map function?
function(doc, req) {
emit( REMOTE_IP_ADDRESS , null);
}
Is it possible to access the remote IP address in a CouchDB map function?
function(doc, req) {
emit( REMOTE_IP_ADDRESS , null);
}