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.
我正在开发一个需要在 Android 平台上通过 Java 进行 NTLM 身份验证的电子邮件客户端。我已经看到使用 Ksoap2 的参考资料,但似乎没有任何效果。
有谁知道这是否可能?如果是这样,怎么做?我的基本身份验证工作正常,但希望 NTLM 也能正常工作。
我在谷歌上搜索了一段时间,并意识到使用 Apache 的 HTTPComponents 是最简单的解决方案。我在以下 Git 存储库中放置了一个简单的身份验证示例并执行 Exchange Out of Office 设置请求:
在 Android 上使用 Exchange 的 NTLM 和基本身份验证,用 Java 编写