You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var clientIP = headers.methodGet(this, 'x-forwarded-for');
returns
undefined
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.
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 ?
The text was updated successfully, but these errors were encountered: