Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to find a particular pc name in server if all request come from a proxy server

How to find a particular pc name in server if all request come from a proxy server

Scheduled Pinned Locked Moved ASP.NET
csharpsysadminhelptutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SIJUTHOMASP
    wrote on last edited by
    #1

    HI, I have used the following code to find the pc name of the client in server, when a request comes

    System.Net.Dns.Resolve(Request.ServerVariables("REMOTE_ADDR")).HostName.Split(".")(0).ToString()

    This is working fine and able to get the pc name when the request comes with out through a proxy server. But when the request comes through same proxy, for different machines I could get only the proxy name only. Is there any way to get the machine even if it comes through proxy? or at least any way to identify that this the request comes from a proxy so that in server we can restrict. I would really appreciate any help/guidance for this.. Thanks very much in Advance! Rahul.

    SoftwareDeveloper(.NET)

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups