Hi,
It seems
var clientIP = headers.methodGet(this, 'x-forwarded-for');
returns
value on RedHat OpenShift hosts for some reason while on other hosts (or on my dev machine) it gives proper IPs (for the same meteor app). Problem is not node version dependent as well.
What's more
Template.clientHeaders.helpers({
headers : function() {
return JSON.stringify(headers.get(), null, 2);
}
});
runs well on the client side ...
PS. Could be the proxy chain is to long ?
Hi,
It seems
returns
value on RedHat OpenShift hosts for some reason while on other hosts (or on my dev machine) it gives proper IPs (for the same meteor app). Problem is not node version dependent as well.
What's more
});
runs well on the client side ...
PS. Could be the proxy chain is to long ?