HTTP POST 的安全性如何? [英] How secure is a HTTP POST?

查看:30
本文介绍了HTTP POST 的安全性如何?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

POST 是否足够安全以发送登录凭据?

Is a POST secure enough to send login credentials over?

还是必须的 SSL 连接?

Or is an SSL connection a must?

推荐答案

SSL 是必须的.

POST 方法并不比 GET 更安全,因为它也未加密地通过网络发送.

POST method is not more secure than GET as it also gets sent unencrypted over network.

SSL 将覆盖整个 HTTP 通信并加密客户端和服务器之间传输的 HTTP 数据.

SSL will cover the whole HTTP communication and encrypt the HTTP data being transmitted between the client and the server.

这篇关于HTTP POST 的安全性如何?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆