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.
我正在构建一个包含服务器端组件(resteasy)和Android客户端的应用程序。在 Android 客户端中,我使用 httpclient 向服务器发出请求。
要登录 Android 客户端,我想使用 OAuth 2.0。
但我最关心的是保护服务器端。有谁知道如何保护我的应用程序的服务器端?