Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6664381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:36:15+00:00 2026-05-26T02:36:15+00:00

In my Dev Machine HttpContext.Current.Request.UserHostAddress is null. Why? how can I turn it on?

  • 0
  1. In my Dev Machine HttpContext.Current.Request.UserHostAddress is null.
    Why? how can I turn it on?
  2. How can I get list of Ips in case of a proxy client?

WCF Service with ASP.net 4 window7.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:36:16+00:00Added an answer on May 26, 2026 at 2:36 am

    to avoid this problem you can parse the HTTP_X_FORWARDED_FOR for the last entery IP.

    ip=Request.ServerVariables["HTTP_X_FORWARDED_FOR"] ;
    if (!string.IsNullOrEmpty(ip))
    {
       string[] ipRange = ip.Split(',');
       int le = ipRange.Length - 1;
       string trueIP = ipRange[le];
    }
    else
    {
       ip=Request.ServerVariables["REMOTE_ADDR"];
    }
    

    Hope this will helps you

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can I use Capistrano from a windows dev machine to deploy to a Linux
I'm trying to get Hpricot working with Rails on my dev machine. I've installed
I've got my dev machine with BizTalk running as local administrator, and I get
I need to get my dev machine to read a certificate from the local
Not sure what has happened on my dev machine but I can barely use
I am trying to get Compass working on my dev machine and on an
I can access the dll in question on my dev machine and have created
On a Vista dev machine I used this code successfully to change user Administrator
When I log in on my dev machine in an ROR application, I should
My app (winforms .net 2.0 / vs2008) works fine on my dev machine but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.