如何加密http请求发送到服务器? [英] How to encrypt the http request sent to server?

查看:266
本文介绍了如何加密http请求发送到服务器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以隐藏HTTP请求的内容(或加密),以便除授权人员可以查看HTTP请求之外?
例如,如果一个用户刚刚在Login页面中提交数据,即使使用http post,也可以看到包含在firebug类工具中的请求头中的用户名和密码等内容



我知道客户端的加密算法可能被使用,但HTTP请求中的数据仍然可见。



<任何解决方案
提前感谢...

解决方案

加密Web流量的标准方法是SSL证书。它们的使用很容易被 https 协议规范识别。 - http://en.wikipedia.org/wiki/Https



SSL证书可以在线轻松购买。以下是我使用的几个供应商:



http:// www.comodo.com



http://www.verisign.com/ssl/buy-ssl-certificates/index.html


Is it possible to hide the contents (or encrypt it) of an HTTP request so that no other than authorize person can view it ?? For example, if one user is just submitting a data to in Login page even if using the http post, then also it is possible to see the contents like username and password which are contained in request headers in firebug kind of tools.

I know that encryption algorithm at client side may be used but still data goes in HTTP request is visible.

Any solutions ??? Thanks in advance...

解决方案

The standard method for encrypting web traffic is an SSL certificate. Their use is easily recognized by the https protocol specification. - http://en.wikipedia.org/wiki/Https

SSL Certificates can be purchased easily online. Below are a couple of vendors that I use:

http://www.comodo.com

http://www.verisign.com/ssl/buy-ssl-certificates/index.html

这篇关于如何加密http请求发送到服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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