-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сluster breaks connection.clientAddress #39
Comments
That's because sometimes cluster proxy requests. You can get the client address with following header.
|
I know about That’s all I have:
|
I think, may be meteor is filtering out some headers. I could get this the raw WS connection? |
How to check the raw connection? Now I just |
There is no way to get it from meteor's APIs. May be better to ask how to access |
I believe when my app was behind really proxy (like CloudFlare), What do you think about this package https://github.com/gadicc/meteor-headers? Can it be helpful? |
If so, this seems like a bug. I can look at it. On Mon, Apr 6, 2015 at 1:16 AM Artem Polikarpov [email protected]
|
When I turn on cluster package connection.clientAddress becomes 127.0.0.1. How to fix that?
The text was updated successfully, but these errors were encountered: