|
| Iniciado por guest, 08,abr. 2015 23:44 - 3 respuestas |
| |
| | | |
|
| |
| Publicado el 08,abril 2015 - 23:44 |
Hi
I'm trying to create an automated login for a web app which will be used on an iphone.
I thought about using the mac address, but I know little about ios does the netmacaddress work ok on ios, because I just googled it and the mac address seems to be called something and is in a different format?
Thanks iso |
| |
| |
| | | |
|
| | |
| |
| Publicado el 09,abril 2015 - 17:51 |
Hi Iso,
AFAIK, because of security reasons you will never be able to get the mac address form a browser. Correct me if I'm wrong, but NetMacAddress will give you the mac address of your server and only if your server OS is Windows.
Regards, Piet |
| |
| |
| | | |
|
| | |
| |
| Publicado el 10,abril 2015 - 15:55 |
Hi Piet,
Just done a test you are correct it shows the server Mac address <img src="/NG2013_WEB/ui/smiley/2.gif" align=absmiddle border=0 alt=":("> anybody any ideas for a automated login solution for an iphone/website.
thanks
iso |
| |
| |
| | | |
|
| | |
| |
| Publicado el 10,abril 2015 - 16:41 |
Hi Iso,
The problem is the same for iphone than for any other browser. And there is NO perfect solution. What comes closest is the "client fingerprinting" system...
Basically, your page's browser code gets all the available information from the local machine, and that string becomes it's id... There are JS packages available on the web to do that for you... And you'll find more information about this system by example here: <a class="ExternalLink" rel="nofollow" target="_blank" href="http://www.pcworld.com/article/192648/browser_fingerprints.html">http://www.pcworld.com/article/192648/browser_fingerprints.html</a>
Now, while this has a fairly high recognition rate, it is NOT perfect by all mean, and if somebody clones a machine, they will both be recognized as one...
Best regards |
| |
| |
| | | |
|
| | | | |
| | |
|