-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Actual ClientIP (RemoteAddr) #137
Labels
Milestone
Comments
Good suggestion. |
emeroad
added a commit
to emeroad/pinpoint
that referenced
this issue
Jan 23, 2015
emeroad
added a commit
to emeroad/pinpoint
that referenced
this issue
Jan 23, 2015
emeroad
added a commit
to emeroad/pinpoint
that referenced
this issue
Aug 26, 2015
- support X-Forwarded-For
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
As you already know, If you are using a proxy server or the L7 equipment, the ClientIP(RemoteAddr) is the IP address of the Proxy or L7 equipment.
In this case, you must use the x-forwarded-for in the HTTP header.
61 line of
StandardHostValveInvokeInterceptor
are following:I want change, as shown below.
The text was updated successfully, but these errors were encountered: