Request.Headers.Get

  • Thread starter Thread starter Mike J.
  • Start date Start date
M

Mike J.

Another question....
What is the Request Header to use when I want to capture the page visitor's
server host name and their IP address? Currently I am capturing their user
string with:
Request.Headers.Get("OSSO-USER-DN")

I have searched internet sites on ASP.NET and used Yahoo, Google, etc. but
not found a complete list of headers. I found some, but so far not found a
site that lists how to capture host name and IP address. A co-worker can do
this using Java..... so why not also using .NET?

Thank you.
 
Back
Top