Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将编写一个与 php 服务器交互的 iOS 应用程序。我想确保只有我的应用程序但没有其他人(如何能够拦截和读取我的请求)可以连接到服务器。我的意思是如果其他人发送请求,该请求必须被服务器拒绝。我怎么做?