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 和 MySQL 服务器来检索数据,目前我将它与 Xcode 实现一起使用。我目前担心这方面的安全问题。我没有 SSL 连接。
我让它有点安全的方式:
这两种方法是否还可以或对此有任何建议,因为我担心恶意客户端对我的应用程序进行 http 调用(由 ctrahey 引用)
谢谢