justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.93k stars 618 forks source link

How Find Mac Address and HostName Of Client ? #746

Closed mbtolou closed 4 years ago

mbtolou commented 4 years ago

How Find Mac Address and HostName Of Client ?

honfika commented 4 years ago

This is not a TWP question.

Check for example this: https://www.experts-exchange.com/questions/24815535/Get-MAC-Address-of-remote-IP-Address-on-local-network-using-C.html

and: https://docs.microsoft.com/en-us/dotnet/api/system.net.dns.gethostentry?view=netframework-4.8

You can get the mac address only if you are in the same local network.