Android httppost 使用 HttpClient 到 https URL 安全吗?

发布于 2024-11-30 16:28:36 字数 200 浏览 2 评论 0原文

我是 android 新手,也是堆栈溢出。

我正在为客户端开发一个android应用程序。在此我想使用android中的httpclient将http post用户凭据发送到https URL。

我想知道发布的用户数据是否通过网络安全地传输到 HTTPS URL。我没有使用任何自签名证书或任何东西,只是 httpclient

提前致谢。

I am new bee to android and stack overflow too.

I am developing an android app to the client.In this i want to do an http post users credentials to a https URL using httpclient in android.

I want to know whether that the posted users data is transfered securely over the network to the HTTPS URL.I am not using any self signed certificates or anything,just httpclient

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

追风人 2024-12-07 16:28:36

如果您使用 HTTPS,是的,它是加密的。如果您的应用程序能够正确验证服务器证书,您就可以相当确定您也将数据发送给其预期收件人。

If you are using HTTPS, yes, it's encrypted. If your app is able to properly verify the server certificate, you can be fairly certain you are sending the data to its intended recipient too.

牵强ㄟ 2024-12-07 16:28:36

关注这个博客。
http://blog.antoine.li/2010/10/ 22/android-trusting-ssl-certificates/

HTTPS 是不够的,因为您容易受到 MITM 攻击

follow this blog.
http://blog.antoine.li/2010/10/22/android-trusting-ssl-certificates/

HTTPS is not enough as you are vulnerable to MITM attacks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文