-3

I am trying to find a solution to get the client's iPad unique MAC/Wifi address. I found some solutions here but it gets the MAC address of the server, but I want the client's address. Thanks.

Shehab H
  • 3
  • 1

1 Answers1

0

It is not possible to retrieve the clients MAC address, the MAC address is determined by the clients hardware and due to many restrictions your web application tipically can“t get it. I tried various workarrounds using javascript a long time ago without any success.

Here is a more detailed discussion about the same topic: how to get mac address of client that browse web site by asp.net mvc c#

Community
  • 1
  • 1
Agustin Castro
  • 281
  • 3
  • 11