-
Notifications
You must be signed in to change notification settings - Fork 97
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
Source IP Address of request not accessible. #61
Comments
Never mind, I was looking in the response hook when I should be looking in the request hook. |
Hi @rustyconover. Even on request the connection key is not present. Do you remember how you figured out this one? |
@ggirotto Hi, I think I just switched to a different handler for the request and found the data. You may be able to find it by attaching a different hander and dumping the request with console.error(util.uneval()); |
Thanks for the reply @rustyconover. I still can't find the |
Its unclear to me how to access the source IP address of the request. The request object doesn't contain a connection key, might this require more introspection or extension of the code in proxy.js to pass it along?
The text was updated successfully, but these errors were encountered: