简体   繁体   English

通过 web 脚本或 http 从设备获取 mac 地址

[英]Getting a mac address from a device via web script or http

Is it possible, considering I have access to all of the end user devices to allow security exceptions, to request the device mac address using any web scripting process running in Apache/IIS/Nginx?考虑到我有权访问所有最终用户设备以允许安全异常,是否有可能使用在 Apache/IIS/Nginx 中运行的任何 Web 脚本进程请求设备 mac 地址? PHP? PHP? Perl?珀尔? ASP? ASP?

Client devices are running iOS so this won't work http://www.qualitycodes.com/tutorial.php?articleid=19&title=MAC-Address-Using-WMI-on-Internet-Explorer客户端设备正在运行 iOS,因此这将不起作用http://www.qualitycodes.com/tutorial.php?articleid=19&title=MAC-Address-Using-WMI-on-Internet-Explorer

It must be possible because MDM solutions get it through a Config Profile...这一定是可能的,因为 MDM 解决方案通过配置文件获得它......

In a word: no.一句话:没有。

Actually, using the standard protocols/technologies you mentioned above it is not possible to retrieve the MAC address of the client.实际上,使用上面提到的标准协议/技术是不可能检索到客户端的 MAC 地址的。

What is possible is using a legacy technique where you install a "native" software on the client machine (eg activeX, java applet...).可以使用传统技术在客户端计算机上安装“本机”软件(例如,activeX、java 小程序...)。 That software, once installed, can retrieve easily the MAC of the client's device.该软件一旦安装,就可以轻松检索客户端设备的 MAC。 Thus, it could call your web server with the MAC as an argument.因此,它可以使用 MAC 作为参数调用您的 Web 服务器。

Nothing of the scenario above is expected to be implemented or is already implemented.上述场景预计不会实施或已经实施。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM