Home >Backend Development >PHP Tutorial >请教一个POST请求的问题

请教一个POST请求的问题

WBOY
WBOYOriginal
2016-06-23 14:24:12883browse

今天突然想到一个很奇怪的问题,请教下大家:
我用POST提交表单,为什么也可以抓去到提交的密码数据呢


回复讨论(解决方案)

没问题呀,本地是正常的。

没问题呀,本地是正常的。

那如何做到在传输的过程加密呢?而不是在传输前加密,在接收后解密。总之有点像ssl吧。

传输要加密,就用https。否则,只能自己提交前进行数据处理。

传输要加密,就用https。否则,只能自己提交前进行数据处理。
要用https就要安装ssl吧,但是ssl要收费的吧

passwd控件选择密码类型。若还能抓到,那就是抓取工具的记录了。

自己抓当然能抓到了。

那你通过curl post数据试试。

那你通过curl post数据试试。 http://blog.csdn.net/jdgdf566/article/details/12707945

passwd控件选择密码类型。若还能抓到,那就是抓取工具的记录了。
如何选择passwd控件密码类型呢

 type="password" 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn