JQuery/JavaScript を使用してデバイスの一意の ID を取得する方法はありますか。
ユーザーエージェントと使用されているデバイスのタイプを検出できることは知っていますが、それは必須ではありません。使用されている一意の ID を知る必要があります。
とは言っても、ブラウザーはマシン上で実行されている最も権限の低いアプリケーションであり、その ID を取得できるはずであることも知っています。
しかし、方法があるかどうかまだ尋ねていますか?
JQuery/JavaScript を使用してデバイスの一意の ID を取得する方法はありますか。
ユーザーエージェントと使用されているデバイスのタイプを検出できることは知っていますが、それは必須ではありません。使用されている一意の ID を知る必要があります。
とは言っても、ブラウザーはマシン上で実行されている最も権限の低いアプリケーションであり、その ID を取得できるはずであることも知っています。
しかし、方法があるかどうかまだ尋ねていますか?
Not possible as far as I know.
I believe it's a security issue. Your device ID is very sensitive information that you wouldn't want just any website being able to capture.
Update:
It's not possible (without any hackery at least) to physically distinguish the computers accessing a web site without the permission of their owners. You can store a cookie to identify the machine when it visits your site again but the key is that the user is in control, and rightly so.