-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
document "trust proxy" settings #180
Comments
This implies that http://expressjs.com/guide.html#proxies is no longer accurate, or at least incomplete. Is that true? |
Just found #152 which has pertinent discussion. Was the usage in the final comment what was actually implemented? |
Correct, it is incomplete.
I think so, but I can't say 100%; I'd have to look at the code. |
example of why this needs documentation: expressjs/express#2307 |
Documented - http://expressjs.com/4x/api.html#app-settings |
i enable trust proxy [ app.enable('trust proxy')],but my req.ips is an empty array |
@mohamedmohsin I'm 99% sure the reason is because you are accessing |
No description provided.
The text was updated successfully, but these errors were encountered: