Check if http request comes from my android app

后端 未结 5 669
你的背包
你的背包 2020-12-03 11:13

I retrieve data from an external server for use with my android application. I would like this data to be only accessible with my app. I use a standard http connection to ge

5条回答
  •  攒了一身酷
    2020-12-03 11:52

    Have your application perform a handshake with the server, so the algorithm isn't just a string, but a whole process. Use Sessions/databases to track your handshake

提交回复
热议问题