-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
asp.net RC2 RemoteIpAddress always "127.0.0.1" on Azure #1456
Comments
This looks like the same issue as aspnet/IISIntegration#140. Try Microsoft.AspNetCore.HttpOverrides.ForwardedHeaders.XForwardedFor; |
You are right @Tratcher, works now. But I used |
It should, but it's broken on Azure right now. |
Thanks @Tratcher! |
natemcmaster
pushed a commit
that referenced
this issue
Oct 17, 2018
jkotalik
pushed a commit
that referenced
this issue
Nov 1, 2018
Fixup the paths to files to be signed.
jkotalik
added a commit
that referenced
this issue
Nov 2, 2018
ghost
locked as resolved and limited conversation to collaborators
Dec 4, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had this code on the controller:
but azure always returning:
{"Ip":"127.0.0.1"}
I am using with .net 4.6. I have add:
Like @davidfowl said to me, but continues same ipaddress. Any idea?
The text was updated successfully, but these errors were encountered: