Get unique, static id from a device via web request

前端 未结 4 1018
北荒
北荒 2020-12-15 00:06

I have an MVC application that I would like to add some custom stats to. For some of the stats, it would be nice to have a unique identifier for a device.

For examp

4条回答
  •  感情败类
    2020-12-15 00:30

    There is no identifier that's provided by a browser, privacy concerns make it very unlikely that any vendor would ever implement that, now at least.

    The only option you have is some form of cookie.

    For RSS feeds, you could conceivably embed a random unique ID in the feed URL every time its rendered, so you'd know when the person that retrieved that URL downloaded your feed. However, if the user shared that URL with others you'd have no real way of knowing.

提交回复
热议问题