Get mac address in laravel 5.6

0

I would like to know if it is possible to obtain both the mac address of the device that my laravel application uses, and the browser with which they access it. From what I've read you can only get the mac address of my devices connected to the local network, is this true?

    
asked by Virginia 21.08.2018 в 22:33
source

1 answer

1

That's right, you can not get the MAC address unless the client and the server are inside the same LAN.

To obtain the browser, there is a very good library that allows you to do what you want among other utilities:

link

    
answered by 21.08.2018 / 23:38
source