Skip to content
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

Implement X-forwarded-for #39

Closed
CrowdHailer opened this issue Apr 30, 2017 · 3 comments
Closed

Implement X-forwarded-for #39

CrowdHailer opened this issue Apr 30, 2017 · 3 comments
Labels

Comments

@CrowdHailer
Copy link
Owner

Resources

rails discusses how this updates looking up client ip
https://github.com/rails/rails/blob/4-2-stable/actionpack/lib/action_dispatch/middleware/remote_ip.rb

maybe this? https://tools.ietf.org/html/draft-petersson-forwarded-for-02

@kelvinst
Copy link

kelvinst commented Dec 4, 2018

@CrowdHailer is there any way to get the client IP on Raxx servers today?

@CrowdHailer
Copy link
Owner Author

Ace stores, connection specific information in the Process dictionary https://gitlab.com/Nicd/tilastokeskus/blob/master/lib/reception/routes/page_view.ex#L108-111

sidebar the raxx slack channel is a good place for questions.

@nietaki hmm I wonder if there is a better place for this information

@nietaki
Copy link
Contributor

nietaki commented Dec 5, 2018

Good pointer, I'll add it to the brewing pot of Stack/RequestContext thoughts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants