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.
我多次使用 xml 解析器,但现在唯一的事情是存储 xml 文件的服务器要求输入用户名和密码(我有它们),但我如何使用 httpGet 或 httpPost 登录。
提前致谢。
(PS:用户名和密码始终相同)
我认为您需要知道如何在 android 中进行 HTTP 身份验证。
阅读这个问题。在那里,您将学习如何在 android 中进行 HTTP 身份验证。
编辑:在这里查看如何确定所需的身份验证类型。
BalusCjava.net.URLConnection在以下链接中很好地描述了使用
java.net.URLConnection
使用 java.net.URLConnection 触发和处理 HTTP 请求
在该线程之后,您可以轻松地发送 httpGet 或 httpPost 并登录到服务器。