How to detect new Machine like Facebook?

前端 未结 8 2086
花落未央
花落未央 2021-02-04 06:58

I am actually trying to detect a person, using a computer, Just like facebook. Whenever you sign into facebook using different machine, it detects the new machine and asks you t

8条回答
  •  梦如初夏
    2021-02-04 07:53

    I don't know what does facebook do but I suppose they check a cookie.
    To be sure, you can setup some HTTP proxy like Fiddler and watch all HTTP headers being sent.

    No, MAC address isn't accessible over internet and IP is not the same thing as "Machine"

提交回复
热议问题