asp.net - ServerVariables["REMOTE_HOST"] returns internal IP? -


since changing server hosting new provider (ovh), don't manage client's ip using simple request.servervariables["remote_host"] . returns 10.0.1xx.2xx (masked exact value, don't know if matters) seems internal server ip me.

calling request.servervariables["remote_addr"] , request.servervariables["local_addr"] gives same results.

the code called withing global.asax if relevant.

any idea ?

i've had same problem today ovh.

seems request.servervariables["http_remote_ip"] return ip


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -