API based on user IP address

后端 未结 4 875
心在旅途
心在旅途 2020-12-12 07:32

I developed an API to get all the data.

The site do not have a user registration system or anything to identify the user making a call to the API. If I could identi

4条回答
  •  长情又很酷
    2020-12-12 07:45

    it is absolutely wrong, you cannot get MAC address of the user, there is no way from JS/PHP

    many users behind NAT will have the same IP address for you, so you will not be able to distinguish them

提交回复
热议问题