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

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

问题描述

POST的安全性足以发送登录凭据吗?

Is a POST secure enough to send login credentials over?

还是必须的SSL连接?

推荐答案

必须使用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天全站免登陆