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.
我需要访问我学校的身份验证服务才能在我的应用程序上对客户端进行身份验证。目前,身份验证服务仅允许通过浏览器进行注册。
我设置了一个可以正确访问身份验证页面的 webview,但我有 2 个问题:
在如何构建 HTTP 请求的背后有一点点高峰,您应该能够在没有 WebView 的情况下执行此操作,而只需构建自己的界面来收集用户名/密码/等,然后构建自己的 HTTP 请求。那么你的挑战就是简单地从请求中解析返回的正文,这有望支持将 JSON 作为响应 Content-Type 来让你的生活更轻松。