i want to get client MAC address (in jsp,java)
it's possible? how to do?
thanks for help
i want to get client MAC address (in jsp,java)
it's possible? how to do?
thanks for help
Unfortunately, this is not possible directly in JSP because it will not be passed as part of the HTTP Header. You would need to have some client side script to run, that has access to the network adapter to find this information.
I am not sure if an applet would be able to get this for you, but this would need extended permissions if it were possible, and a user is unlikely to allow it.
Why? Are you aware they can be changed by intermediiate routers? And users? So they are of no practical use except to the network layer?