How to log a MAC Address from the client / user?

0
Our customer wants to see logging of critical events in the application: This logging should contain the following: o date-time-stamp o the userid o IP address of the user o mac address of the user How to log the mac address? Thanks!
asked
1 answers
1

I do not think you can get the MAC address of the user if it is not on the same internal network. You would need some client side scripting. Javascript will not work in this case (allthough you might find some references on the web that certain IE version would reveal this info). So in your case it would be IP address only that is possible.

Regards,

Ronald

answered